Makefile revision 5680
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff#
7d98a1783f222964bcde7d56dab77b822706204dBob Halley# CDDL HEADER START
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff#
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff# The contents of this file are subject to the terms of the
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff# Common Development and Distribution License (the "License").
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff# You may not use this file except in compliance with the License.
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff#
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff# or http://www.opensolaris.org/os/licensing.
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff# See the License for the specific language governing permissions
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff# and limitations under the License.
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff#
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff# When distributing Covered Code, include this CDDL HEADER in each
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff# If applicable, add the following below this CDDL HEADER, with the
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff# fields enclosed by brackets "[]" replaced with your own identifying
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff# information: Portions Copyright [yyyy] [name of copyright owner]
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff#
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff# CDDL HEADER END
44fee668021c7ceef4ee1c848031d883a508b359James Brister#
44fee668021c7ceef4ee1c848031d883a508b359James Brister
44fee668021c7ceef4ee1c848031d883a508b359James Brister#
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff#
1840745dd553b2ff5b114a03cde40a2a404aa559Michael GraffBUILD_BITS= 64
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graffinclude ../../make-rules/shared-macros.mk
b8257bd2d872546e7cc358fdf32331ce8850bca4Bob Halley
1840745dd553b2ff5b114a03cde40a2a404aa559Michael GraffCOMPONENT_NAME= pkgbuild
c0564c15e73fc366a9200fc47dfcc7894382aa98Andreas GustafssonCOMPONENT_VERSION= 1.3.105
1840745dd553b2ff5b114a03cde40a2a404aa559Michael GraffCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
c0564c15e73fc366a9200fc47dfcc7894382aa98Andreas GustafssonCOMPONENT_ARCHIVE_HASH= \
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff sha256:ed32d913af249d4221c2b94450eb4e996747024260c210620e94ac8130bc0fd6
1840745dd553b2ff5b114a03cde40a2a404aa559Michael GraffCOMPONENT_ARCHIVE_URL= http://prdownloads.sourceforge.net/pkgbuild/$(COMPONENT_ARCHIVE)
1840745dd553b2ff5b114a03cde40a2a404aa559Michael GraffCOMPONENT_PROJECT_URL= http://pkgbuild.sourceforge.net/
c0564c15e73fc366a9200fc47dfcc7894382aa98Andreas Gustafsson
1840745dd553b2ff5b114a03cde40a2a404aa559Michael GraffTPNO= 13159
c0564c15e73fc366a9200fc47dfcc7894382aa98Andreas Gustafsson
c0564c15e73fc366a9200fc47dfcc7894382aa98Andreas GustafssonTEST_TARGET= $(NO_TESTS)
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graffinclude $(WS_MAKE_RULES)/common.mk
440be4c866f6935ac069db79a414304507a664c2Michael Graff
1840745dd553b2ff5b114a03cde40a2a404aa559Michael Graff# Required due to patches to configure and/or automake files.
6017f424ee3c02d7f22132c77576ea38542fa949Andreas GustafssonCOMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fi;)
fd15c8e32ed0c1cfd3ed737858a81966e7fbaeacAndreas Gustafsson
f5f38e9930344a30db725816e2f1c5edb9c2ac55Andreas GustafssonREQUIRED_PACKAGES += runtime/perl-512
f5f38e9930344a30db725816e2f1c5edb9c2ac55Andreas Gustafsson