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