Makefile revision 3817
407N/A#
407N/A# CDDL HEADER START
407N/A#
407N/A# The contents of this file are subject to the terms of the
407N/A# Common Development and Distribution License (the "License").
407N/A# You may not use this file except in compliance with the License.
407N/A#
407N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
407N/A# or http://www.opensolaris.org/os/licensing.
407N/A# See the License for the specific language governing permissions
407N/A# and limitations under the License.
407N/A#
407N/A# When distributing Covered Code, include this CDDL HEADER in each
407N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
407N/A# If applicable, add the following below this CDDL HEADER, with the
407N/A# fields enclosed by brackets "[]" replaced with your own identifying
407N/A# information: Portions Copyright [yyyy] [name of copyright owner]
407N/A#
407N/A# CDDL HEADER END
407N/A#
407N/A
407N/A#
3817N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
407N/A#
407N/A
407N/Ainclude ../../make-rules/shared-macros.mk
407N/A
407N/ACOMPONENT_NAME= privoxy
451N/ACOMPONENT_VERSION= 3.0.17
407N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)-stable
407N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC)-src.tar.gz
407N/ACOMPONENT_PROJECT_URL= http://www.privoxy.org/
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:d1de36dc141180a5ab5e910507551564e958cc23a7d8daaa411e1564c208cd77
407N/ACOMPONENT_ARCHIVE_URL= http://downloads.sourceforge.net/ijbswa/$(COMPONENT_ARCHIVE)
1289N/ACOMPONENT_BUGDB= utility/privoxy
407N/A
2899N/ATPNO= 9002
2899N/A
3817N/Ainclude $(WS_MAKE_RULES)/prep.mk
3817N/Ainclude $(WS_MAKE_RULES)/configure.mk
3817N/Ainclude $(WS_MAKE_RULES)/ips.mk
407N/A
407N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
407N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
407N/A
407N/ACOMPONENT_PREP_ACTION = \
407N/A (cd $(@D) ; \
407N/A autoheader; \
407N/A autoconf )
407N/A
2282N/ACC += $(CC_BITS)
2282N/A
407N/A# Needed to installed most of the files into the proto area.
407N/ACONFIGURE_OPTIONS += --sysconfdir=/etc
407N/ACONFIGURE_OPTIONS += --localstatedir=/var
2282N/ACONFIGURE_OPTIONS += --sbindir=$(CONFIGURE_PREFIX)/lib
2282N/A
2282N/AASLR_MODE = $(ASLR_ENABLE)
407N/A
407N/A# common targets
3477N/Aconfigure: $(CONFIGURE_64)
3477N/A
2282N/Abuild: $(BUILD_64)
407N/A
2282N/Ainstall: $(INSTALL_64)
2282N/A $(CP) $(BUILD_DIR_64)/templates/* $(PROTOETCDIR)/templates
407N/A
407N/Atest: $(NO_TESTS)
407N/A
407N/A
3817N/AREQUIRED_PACKAGES += library/pcre
3817N/AREQUIRED_PACKAGES += library/zlib
3817N/AREQUIRED_PACKAGES += shell/ksh93
3817N/AREQUIRED_PACKAGES += system/core-os
3817N/AREQUIRED_PACKAGES += system/library
3817N/AREQUIRED_PACKAGES += system/network