Makefile revision 5795
178N/A#
178N/A# CDDL HEADER START
178N/A#
178N/A# The contents of this file are subject to the terms of the
178N/A# Common Development and Distribution License (the "License").
178N/A# You may not use this file except in compliance with the License.
178N/A#
178N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
178N/A# or http://www.opensolaris.org/os/licensing.
178N/A# See the License for the specific language governing permissions
178N/A# and limitations under the License.
178N/A#
178N/A# When distributing Covered Code, include this CDDL HEADER in each
178N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
178N/A# If applicable, add the following below this CDDL HEADER, with the
178N/A# fields enclosed by brackets "[]" replaced with your own identifying
178N/A# information: Portions Copyright [yyyy] [name of copyright owner]
178N/A#
178N/A# CDDL HEADER END
178N/A#
178N/A
2693N/A#
178N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
814N/A#
3441N/ABUILD_BITS= 64
2693N/Ainclude ../../make-rules/shared-macros.mk
2693N/A
2693N/ACOMPONENT_NAME= pkgbuild
178N/ACOMPONENT_VERSION= 1.3.105
178N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
2693N/ACOMPONENT_ARCHIVE_HASH= \
178N/A sha256:ed32d913af249d4221c2b94450eb4e996747024260c210620e94ac8130bc0fd6
345N/ACOMPONENT_ARCHIVE_URL= http://prdownloads.sourceforge.net/pkgbuild/$(COMPONENT_ARCHIVE)
618N/ACOMPONENT_PROJECT_URL= http://pkgbuild.sourceforge.net/
178N/A
178N/ATPNO= 13159
844N/A
844N/ATEST_TARGET= $(NO_TESTS)
618N/Ainclude $(WS_MAKE_RULES)/common.mk
1258N/A
178N/A# Required due to patches to configure and/or automake files.
2899N/ACOMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fi;)
2899N/A
178N/AREQUIRED_PACKAGES += $(PERL_PKG)
178N/A