Makefile revision 236
4d237bbe075b1d2c19428cd954d721d65b31f67cwrowe#
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna# CDDL HEADER START
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna#
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna# The contents of this file are subject to the terms of the
c7d46b58052fe666c74a47bd26b6cb1e351492adrpluem# Common Development and Distribution License (the "License").
c7d46b58052fe666c74a47bd26b6cb1e351492adrpluem# You may not use this file except in compliance with the License.
4e08c8c1a91e2887b41d8cacd3aa532355d0237drpluem#
4e08c8c1a91e2887b41d8cacd3aa532355d0237drpluem# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d0cd62f11bcd8fa9bf758c5125f55cea5d9038dfrpluem# or http://www.opensolaris.org/os/licensing.
d0cd62f11bcd8fa9bf758c5125f55cea5d9038dfrpluem# See the License for the specific language governing permissions
d0cd62f11bcd8fa9bf758c5125f55cea5d9038dfrpluem# and limitations under the License.
51d55be8bbc6652c13bc80d920f4331f7152dceerjung#
51d55be8bbc6652c13bc80d920f4331f7152dceerjung# When distributing Covered Code, include this CDDL HEADER in each
51d55be8bbc6652c13bc80d920f4331f7152dceerjung# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawick# If applicable, add the following below this CDDL HEADER, with the
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawick# fields enclosed by brackets "[]" replaced with your own identifying
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawick# information: Portions Copyright [yyyy] [name of copyright owner]
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawick#
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawick# CDDL HEADER END
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawick#
8f2700898323915da289644dc1f3ee11a5e5b4earpluem# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
8f2700898323915da289644dc1f3ee11a5e5b4earpluem#
8f2700898323915da289644dc1f3ee11a5e5b4earplueminclude ../../make-rules/shared-macros.mk
8f2700898323915da289644dc1f3ee11a5e5b4earpluem
e7983ce746b0df56a1b74b42da6d82f5ecb99349covenerCOMPONENT_NAME= wget
e7983ce746b0df56a1b74b42da6d82f5ecb99349covenerCOMPONENT_VERSION= 1.12
e7983ce746b0df56a1b74b42da6d82f5ecb99349covenerCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
e7983ce746b0df56a1b74b42da6d82f5ecb99349covenerCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
bbcfb8ab8e22f90fdf346e9993bd58ba2203b182trawickCOMPONENT_ARCHIVE_HASH= sha1:1a059b3736ef908b68acac91670f9df576d1a061
bbcfb8ab8e22f90fdf346e9993bd58ba2203b182trawickCOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/wget/$(COMPONENT_ARCHIVE)
bbcfb8ab8e22f90fdf346e9993bd58ba2203b182trawick
d1745d6933c22c807cf2388332426defd1b19f03covenerinclude ../../make-rules/prep.mk
d1745d6933c22c807cf2388332426defd1b19f03covenerinclude ../../make-rules/configure.mk
d1745d6933c22c807cf2388332426defd1b19f03covenerinclude ../../make-rules/ips.mk
d1745d6933c22c807cf2388332426defd1b19f03covener
b20f76a400e77d3631f3507ff22d68ae6bd25323trawick# Set PATH to find /usr/perl5/bin/pod2man, so that the man page wget.1
222834d5a33b915037094af014905f3683cae78btrawick# can be automatically generated
222834d5a33b915037094af014905f3683cae78btrawick
2db5d76ac4c75aadecf38e20569bccbfd2360ba7rpluemCONFIGURE_OPTIONS += --sysconfdir=/etc
2db5d76ac4c75aadecf38e20569bccbfd2360ba7rpluemCONFIGURE_OPTIONS += --with-ssl
2db5d76ac4c75aadecf38e20569bccbfd2360ba7rpluemCONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
df46ff21c57d00f6addccaaf9b1484f2b56b8577pquernaCONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
7f4ac5a4cd99a9cae866b5908e358bd932736307chrisdCONFIGURE_OPTIONS += PATH="$(PATH):/usr/perl5/bin"
1c03114a0f0315ed19a05f654021da9f66005897rjung
1c03114a0f0315ed19a05f654021da9f66005897rjungbuild: $(BUILD_32)
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluem
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rplueminstall: $(INSTALL_32)
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluem
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluemtest: $(TEST_32)
3e9c0665b06e44cf776528c6954ed3ca34a77c7fsctemme
51a475d92e7d68ee6d7b57aa7fd6e73b2712ce31sctemmeBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
3e9c0665b06e44cf776528c6954ed3ca34a77c7fsctemme
019f2b58acb34e31ea3a062bdb5e6c863cd82d66trawickinclude ../../make-rules/depend.mk
873c287c391b0bbc4719b68bb84946515811e1batrawick