Makefile revision 3817
293N/A#
293N/A# CDDL HEADER START
293N/A#
293N/A# The contents of this file are subject to the terms of the
293N/A# Common Development and Distribution License (the "License").
293N/A# You may not use this file except in compliance with the License.
293N/A#
293N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
293N/A# or http://www.opensolaris.org/os/licensing.
293N/A# See the License for the specific language governing permissions
293N/A# and limitations under the License.
293N/A#
293N/A# When distributing Covered Code, include this CDDL HEADER in each
293N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
293N/A# If applicable, add the following below this CDDL HEADER, with the
293N/A# fields enclosed by brackets "[]" replaced with your own identifying
293N/A# information: Portions Copyright [yyyy] [name of copyright owner]
293N/A#
293N/A# CDDL HEADER END
293N/A#
293N/A
293N/A#
5680N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
293N/A#
5680N/A
293N/Ainclude ../../make-rules/shared-macros.mk
293N/A
5680N/APATH = /usr/gnu/bin:/usr/bin
293N/A
293N/ACOMPONENT_NAME= quilt
5828N/ACOMPONENT_VERSION= 0.60
293N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
293N/ACOMPONENT_PROJECT_URL= http://savannah.nongnu.org/projects/quilt/
293N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
5828N/A sha256:3d72a292e432beb9a73f9d0acfe3a77c9b4d7e42209919bb244e9958c7cfe64b
293N/ACOMPONENT_ARCHIVE_URL= http://download.savannah.gnu.org/releases/quilt/$(COMPONENT_ARCHIVE)
293N/ACOMPONENT_BUGDB= utility/quilt
5792N/A
3051N/ATPNO= 9108
4353N/A
5680N/Ainclude $(WS_MAKE_RULES)/prep.mk
4353N/Ainclude $(WS_MAKE_RULES)/configure.mk
4353N/Ainclude $(WS_MAKE_RULES)/ips.mk
5680N/A
5680N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
5680N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
5680N/A
293N/ACOMPONENT_PREP_ACTION = \
293N/A (cd $(@D) ; autoconf )
293N/A
1572N/APATCH_LEVEL= 0
1572N/A
1572N/A# without this, some make messages end up in the
5680N/A# generated README and man pages.
5680N/ACOMPONENT_BUILD_ARGS+= --no-print-directory
5680N/A
5680N/ACONFIGURE_OPTIONS += --with-cp=/usr/gnu/bin/cp
293N/ACONFIGURE_OPTIONS += --with-date=/usr/gnu/bin/date
293N/ACONFIGURE_OPTIONS += --with-grep=/usr/gnu/bin/grep
5792N/ACONFIGURE_OPTIONS += --with-tail=/usr/gnu/bin/tail
716N/ACONFIGURE_OPTIONS += --with-tr=/usr/gnu/bin/tr
5792N/ACONFIGURE_OPTIONS += --with-sed=/usr/gnu/bin/sed
5792N/ACONFIGURE_OPTIONS += --with-diff=/usr/gnu/bin/diff
5792N/ACONFIGURE_OPTIONS += --with-find=/usr/gnu/bin/find
5792N/ACONFIGURE_OPTIONS += --with-patch=/usr/gnu/bin/patch
293N/ACONFIGURE_OPTIONS += --with-perl=/usr/perl5/$(PERL_VERSION)/bin/perl
3817N/ACONFIGURE_OPTIONS += --with-pod2man=/usr/perl5/$(PERL_VERSION)/bin/pod2man
3817N/ACONFIGURE_OPTIONS += --with-xgettext=/usr/bin/gxgettext
CONFIGURE_OPTIONS += --with-msgfmt=/usr/bin/gmsgfmt
CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
COMPONENT_INSTALL_ARGS += BUILD_ROOT=$(PROTO_DIR)
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
# common targets
configure: $(CONFIGURE_64)
build: $(BUILD_64)
install: $(INSTALL_64)
test: $(TEST_64)
REQUIRED_PACKAGES += archiver/gnu-tar
REQUIRED_PACKAGES += file/gnu-coreutils
REQUIRED_PACKAGES += file/gnu-findutils
REQUIRED_PACKAGES += runtime/perl-512
REQUIRED_PACKAGES += service/network/smtp/sendmail
REQUIRED_PACKAGES += shell/bash
REQUIRED_PACKAGES += text/gawk
REQUIRED_PACKAGES += text/gnu-diffutils
REQUIRED_PACKAGES += text/gnu-grep
REQUIRED_PACKAGES += text/gnu-patch
REQUIRED_PACKAGES += text/gnu-sed