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