components/parallel/Makefile
changeset 3817 30b42c38bbc4
parent 2225 f064d3d3190d
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		parallel
    28 COMPONENT_NAME=		parallel
    38 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
    38 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
    39 COMPONENT_BUGDB=	utility/parallel
    39 COMPONENT_BUGDB=	utility/parallel
    40 
    40 
    41 TPNO=			8651
    41 TPNO=			8651
    42 
    42 
    43 include ../../make-rules/prep.mk
    43 include $(WS_MAKE_RULES)/prep.mk
    44 include ../../make-rules/configure.mk
    44 include $(WS_MAKE_RULES)/configure.mk
    45 include ../../make-rules/ips.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    46 
    46 
    47 # Set PATH to find /usr/perl5/bin/pod2man, so that the man pages can be
    47 # Set PATH to find /usr/perl5/bin/pod2man, so that the man pages can be
    48 # automatically generated
    48 # automatically generated
    49 COMPONENT_BUILD_ENV +=    PATH="/usr/bin:/usr/gnu/bin:/usr/perl5/bin"
    49 COMPONENT_BUILD_ENV +=    PATH="/usr/bin:/usr/gnu/bin:/usr/perl5/bin"
    50 
    50 
    57 
    57 
    58 install:	$(INSTALL_64)
    58 install:	$(INSTALL_64)
    59 
    59 
    60 test:		$(NO_TESTS)
    60 test:		$(NO_TESTS)
    61 
    61 
    62 include ../../make-rules/depend.mk
    62 
       
    63 REQUIRED_PACKAGES += runtime/perl-512
       
    64 REQUIRED_PACKAGES += runtime/perl-516
       
    65 REQUIRED_PACKAGES += shell/which