Makefile revision 3817
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore#
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# CDDL HEADER START
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore#
5aec55eb0591d2fcdd38d7dd5408a6ff3456e596Garrett D'Amore# The contents of this file are subject to the terms of the
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# Common Development and Distribution License (the "License").
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# You may not use this file except in compliance with the License.
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore#
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# or http://www.opensolaris.org/os/licensing.
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# See the License for the specific language governing permissions
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# and limitations under the License.
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore#
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner]
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore#
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# CDDL HEADER END
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore#
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore#
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore#
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amoreinclude ../../make-rules/shared-macros.mk
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'AmoreCOMPONENT_NAME= parallel
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'AmoreCOMPONENT_VERSION= 20121122
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# A leading "0." is included to make it easier to upgrade the package, should
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# the maintainers decide to go to a more standard version numbering system.
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'AmoreIPS_COMPONENT_VERSION= 0.2012.11.22
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'AmoreCOMPONENT_PROJECT_URL= http://www.gnu.org/software/parallel/
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'AmoreCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'AmoreCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'AmoreCOMPONENT_ARCHIVE_HASH= \
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore sha256:0315336141612ba2ec1f76e6c8c58a72f4531777c96b79b91ef64b3980be584f
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'AmoreCOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'AmoreCOMPONENT_BUGDB= utility/parallel
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'AmoreTPNO= 8651
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amoreinclude $(WS_MAKE_RULES)/prep.mk
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amoreinclude $(WS_MAKE_RULES)/configure.mk
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amoreinclude $(WS_MAKE_RULES)/ips.mk
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# Set PATH to find /usr/perl5/bin/pod2man, so that the man pages can be
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# automatically generated
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'AmoreCOMPONENT_BUILD_ENV += PATH="/usr/bin:/usr/gnu/bin:/usr/perl5/bin"
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'AmoreASLR_MODE = $(ASLR_NOT_APPLICABLE)
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore# common targets
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amoreconfigure: $(CONFIGURE_64)
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amore
01335b0d1c4e0c0f16325a830b24ea2a4076fd38Garrett D'Amorebuild: $(BUILD_64)
install: $(INSTALL_64)
test: $(NO_TESTS)
REQUIRED_PACKAGES += runtime/perl-512
REQUIRED_PACKAGES += runtime/perl-516
REQUIRED_PACKAGES += shell/which