Makefile revision 5636
98N/A#
98N/A# CDDL HEADER START
98N/A#
98N/A# The contents of this file are subject to the terms of the
935N/A# Common Development and Distribution License (the "License").
98N/A# You may not use this file except in compliance with the License.
98N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A
919N/A#
919N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
919N/A#
98N/A
98N/Ainclude ../../make-rules/shared-macros.mk
98N/A
235N/APATH = /usr/gnu/bin:/usr/bin
156N/A
156N/ACOMPONENT_NAME= quilt
156N/ACOMPONENT_VERSION= 0.64
156N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
98N/ACOMPONENT_PROJECT_URL= http://savannah.nongnu.org/projects/quilt/
98N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
98N/ACOMPONENT_ARCHIVE_HASH= \
98N/A sha256:c4bfd3282214a288e8d3e921ae4d52e73e24c4fead72b5446752adee99a7affd
493N/ACOMPONENT_ARCHIVE_URL= http://download.savannah.gnu.org/releases/quilt/$(COMPONENT_ARCHIVE)
493N/ACOMPONENT_BUGDB= utility/quilt
98N/A
911N/ATPNO= 21555
952N/A
952N/Ainclude $(WS_MAKE_RULES)/prep.mk
911N/Ainclude $(WS_MAKE_RULES)/configure.mk
98N/Ainclude $(WS_MAKE_RULES)/ips.mk
235N/A
493N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
98N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
916N/A
916N/ACOMPONENT_PREP_ACTION = \
916N/A (cd $(@D) ; autoconf )
916N/A
970N/APATCH_LEVEL= 0
970N/A
970N/A# without this, some make messages end up in the
970N/A# generated README and man pages.
970N/ACOMPONENT_BUILD_ARGS+= --no-print-directory
970N/A
970N/ACONFIGURE_OPTIONS += --with-column=/usr/bin/column
970N/ACONFIGURE_OPTIONS += --with-cp=/usr/gnu/bin/cp
970N/ACONFIGURE_OPTIONS += --with-date=/usr/gnu/bin/date
970N/ACONFIGURE_OPTIONS += --with-getopt=/usr/gnu/bin/getopt
970N/ACONFIGURE_OPTIONS += --with-grep=/usr/gnu/bin/grep
970N/ACONFIGURE_OPTIONS += --with-tail=/usr/gnu/bin/tail
970N/ACONFIGURE_OPTIONS += --with-tr=/usr/gnu/bin/tr
970N/ACONFIGURE_OPTIONS += --with-sed=/usr/gnu/bin/sed
970N/ACONFIGURE_OPTIONS += --with-diff=/usr/gnu/bin/diff
970N/ACONFIGURE_OPTIONS += --with-find=/usr/gnu/bin/find
970N/ACONFIGURE_OPTIONS += --with-patch=/usr/gnu/bin/patch
970N/ACONFIGURE_OPTIONS += --with-perl=/usr/perl5/$(PERL_VERSION)/bin/perl
970N/ACONFIGURE_OPTIONS += --with-pod2man=/usr/perl5/$(PERL_VERSION)/bin/pod2man
970N/ACONFIGURE_OPTIONS += --with-xgettext=/usr/bin/gxgettext
970N/ACONFIGURE_OPTIONS += --with-msgfmt=/usr/bin/gmsgfmt
970N/A
970N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
970N/A
970N/ACOMPONENT_INSTALL_ARGS += BUILD_ROOT=$(PROTO_DIR)
1029N/A
1029N/ACOMPONENT_TEST_TRANSFORMS += \
970N/A '-e "s|^.* -> .*$$|XXX_REMOVE_XXX|g" ' \
98N/A '-e "s|^Generating.*$$|XXX_REMOVE_XXX|g" ' \
98N/A '-e "s|^make.*: Leaving directory.*$$|XXX_REMOVE_XXX|g" ' \
98N/A '-e "s|^make.*: Entering directory.*$$|XXX_REMOVE_XXX|g" ' \
606N/A '-e "/^XXX_REMOVE_XXX$$/d" '
98N/A
98N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
98N/A
606N/Aconfigure: $(CONFIGURE_64)
606N/A
98N/Abuild: $(BUILD_64)
493N/A
98N/Ainstall: $(INSTALL_64)
970N/A
970N/Atest: $(TEST_64)
970N/A
1026N/Asystem-test: configure $(SYSTEM_TEST_64)
970N/A
970N/A
1026N/AREQUIRED_PACKAGES += archiver/gnu-tar
970N/AREQUIRED_PACKAGES += file/gnu-coreutils
1003N/AREQUIRED_PACKAGES += file/gnu-findutils
1003N/AREQUIRED_PACKAGES += $(PERL_PKG)
1003N/AREQUIRED_PACKAGES += service/network/smtp/sendmail
1003N/AREQUIRED_PACKAGES += shell/bash
98N/AREQUIRED_PACKAGES += shell/gnu-getopt
98N/AREQUIRED_PACKAGES += text/gawk
98N/AREQUIRED_PACKAGES += text/gnu-diffutils
908N/AREQUIRED_PACKAGES += text/gnu-grep
591N/AREQUIRED_PACKAGES += text/gnu-patch
493N/AREQUIRED_PACKAGES += text/gnu-sed
493N/AREQUIRED_PACKAGES += text/text-utilities
493N/A