Makefile revision 618
6ca0e6973c8176100f4a426444823ae5e777e28fsascha#
ce8d7a0627c0f246376cccd980463f8250a6a97ebjh# CDDL HEADER START
cb5d3f2f217d457dada4883addb1dc9f3f17bb85fielding#
6ca0e6973c8176100f4a426444823ae5e777e28fsascha# The contents of this file are subject to the terms of the
6ded37e63424e43b00ca7c9055d355e071d6a444rbb# Common Development and Distribution License (the "License").
ce3da141a81ef0e22f46e496675f602e3c483b88rbb# You may not use this file except in compliance with the License.
9022fa73d4ac101553e7c36a1457ead52a73333borlikowski#
9022fa73d4ac101553e7c36a1457ead52a73333borlikowski# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6ca0e6973c8176100f4a426444823ae5e777e28fsascha# or http://www.opensolaris.org/os/licensing.
6ca0e6973c8176100f4a426444823ae5e777e28fsascha# See the License for the specific language governing permissions
6ca0e6973c8176100f4a426444823ae5e777e28fsascha# and limitations under the License.
ce3da141a81ef0e22f46e496675f602e3c483b88rbb#
a3658aa5c00f07bf898d46fdddae880c52424872sascha# When distributing Covered Code, include this CDDL HEADER in each
6687a315a676cbcb8063a8477a579876d82ab327gstein# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6ca0e6973c8176100f4a426444823ae5e777e28fsascha# If applicable, add the following below this CDDL HEADER, with the
6ca0e6973c8176100f4a426444823ae5e777e28fsascha# fields enclosed by brackets "[]" replaced with your own identifying
cb5d3f2f217d457dada4883addb1dc9f3f17bb85fielding# information: Portions Copyright [yyyy] [name of copyright owner]
cb5d3f2f217d457dada4883addb1dc9f3f17bb85fielding#
b20fd88fb62a14780223a39488dba735d3643fdcwrowe# CDDL HEADER END
b20fd88fb62a14780223a39488dba735d3643fdcwrowe#
b20fd88fb62a14780223a39488dba735d3643fdcwrowe
cb5d3f2f217d457dada4883addb1dc9f3f17bb85fielding#
9832ee60b23ca2a3faa403bbe88720815969a9fefielding# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
cb5d3f2f217d457dada4883addb1dc9f3f17bb85fielding#
cb5d3f2f217d457dada4883addb1dc9f3f17bb85fielding
6ca0e6973c8176100f4a426444823ae5e777e28fsaschainclude ../../make-rules/shared-macros.mk
1ddf25b77b03f7f4fd7a7676b62755da90cd3e0crbb
2795c373a9fb112dc77576c1dfc23119f02d598amanojCOMPONENT_NAME= privoxy
6ca0e6973c8176100f4a426444823ae5e777e28fsaschaCOMPONENT_VERSION= 3.0.17
6ca0e6973c8176100f4a426444823ae5e777e28fsaschaCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)-stable
6ca0e6973c8176100f4a426444823ae5e777e28fsaschaCOMPONENT_ARCHIVE= $(COMPONENT_SRC)-src.tar.gz
7bfe076b680e6e591add6cdc754ce9a6910682a2saschaCOMPONENT_PROJECT_URL= http://www.privoxy.org/
ef0665105781ee79245fd5014fbc8569730c47a9rbbCOMPONENT_ARCHIVE_HASH= sha1:cadef2eb8ec182278e092322d3d56f225cb69c93
6ca0e6973c8176100f4a426444823ae5e777e28fsaschaCOMPONENT_ARCHIVE_URL= http://downloads.sourceforge.net/ijbswa/$(COMPONENT_ARCHIVE)
6ca0e6973c8176100f4a426444823ae5e777e28fsascha
6ca0e6973c8176100f4a426444823ae5e777e28fsaschainclude ../../make-rules/prep.mk
6a539c76609ba22525a72b2982ba321b945760cejerenkrantzinclude ../../make-rules/configure.mk
149a7e48b1acb4511604cbdbb2753aa9408633eamartininclude ../../make-rules/ips.mk
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbbCOMPONENT_PRE_CONFIGURE_ACTION = \
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb ($(CLONEY) $(SOURCE_DIR) $(@D))
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbbCOMPONENT_PREP_ACTION = \
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb (cd $(@D) ; \
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb autoheader; \
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb autoconf )
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb# Needed to installed most of the files into the proto area.
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbbCONFIGURE_OPTIONS += --sysconfdir=/etc
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbbCONFIGURE_OPTIONS += --localstatedir=/var
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb# common targets
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbbbuild: $(BUILD_32)
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbbinstall: $(INSTALL_32)
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb $(CP) $(BUILD_DIR_32)/templates/* $(PROTOETCDIR)/templates
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbbtest: $(NO_TESTS)
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbbBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbbinclude ../../make-rules/depend.mk
7dfed2b71c9c4223996cbd7c5c0c85c7c8fef2a4rbb