Makefile revision 3661
2N/A#
2N/A# CDDL HEADER START
2N/A#
2N/A# The contents of this file are subject to the terms of the
2N/A# Common Development and Distribution License (the "License").
2N/A# You may not use this file except in compliance with the License.
2N/A#
2N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2N/A# or http://www.opensolaris.org/os/licensing.
2N/A# See the License for the specific language governing permissions
2N/A# and limitations under the License.
2N/A#
2N/A# When distributing Covered Code, include this CDDL HEADER in each
2N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2N/A# If applicable, add the following below this CDDL HEADER, with the
2N/A# fields enclosed by brackets "[]" replaced with your own identifying
2N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2N/A#
2N/A# CDDL HEADER END
2N/A#
1622N/A# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
2N/A#
2N/Ainclude ../../../make-rules/shared-macros.mk
32N/A
32N/ACOMPONENT_NAME= mod_proxy_html
313N/ACOMPONENT_VERSION= 3.1.1
313N/ACOMPONENT_PROJECT_URL= http://apache.webthing.com/mod_proxy_html/
313N/ACOMPONENT_SRC= $(COMPONENT_NAME)
313N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC)-$(COMPONENT_VERSION).tar.bz2
313N/ACOMPONENT_ARCHIVE_HASH= \
313N/A sha256:36f5341589a4d6705e3590eafc29f99fb16e4169f39ddc0fa30b9d5da2a0e7d5
313N/A# Original archive from community didn't contain name in its version.
313N/A# Therefore we created special Userland copy with version info.
313N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
313N/A
313N/ACOMPONENT_BUGDB= utility/apache
313N/A
313N/ATPNO_MOD_PROXY_HTML= 9032
313N/ATPNO_MOD_XML2ENC= 9034
313N/A
313N/Ainclude ../../../make-rules/prep.mk
127N/Ainclude ../../../make-rules/justmake.mk
127N/Ainclude ../../../make-rules/ips.mk
1622N/A
1622N/AAPACHE_USR_PREFIX=/usr/apache2/2.2
1622N/A
127N/A$(BUILD_DIR_32)/.built: COMPONENT_BUILD_ARGS += APXS=$(APACHE_USR_PREFIX)/bin/apxs
538N/A$(BUILD_DIR_64)/.built: COMPONENT_BUILD_ARGS += APXS=$(APACHE_USR_PREFIX)/bin/$(MACH64)/apxs
538N/A
538N/APATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
538N/A
538N/Abuild: $(BUILD_32_and_64)
538N/A
538N/Atest: $(NO_TESTS)
538N/A
327N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
327N/A
327N/Ainclude ../../../make-rules/depend.mk
327N/A