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