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