components/gawk/Makefile
changeset 3718 e20e9cf97325
parent 2225 f064d3d3190d
child 3817 30b42c38bbc4
equal deleted inserted replaced
3717:b16a04ab5d50 3718:e20e9cf97325
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		gawk
    25 COMPONENT_NAME=		gawk
    26 COMPONENT_VERSION=	3.1.8
    26 COMPONENT_VERSION=	3.1.8
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    30 COMPONENT_ARCHIVE_HASH=	\
    30 COMPONENT_ARCHIVE_HASH=	\
    31     sha256:5dbc7b2c4c328711337c2aacd09a122c7313122262e3ff034590f014067412b4
    31     sha256:5dbc7b2c4c328711337c2aacd09a122c7313122262e3ff034590f014067412b4
    32 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/gawk/$(COMPONENT_ARCHIVE)
    32 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/gawk/$(COMPONENT_ARCHIVE)
    33 COMPONENT_BUGDB=	utility/gawk
    33 COMPONENT_BUGDB=	utility/gawk
       
    34 
       
    35 # The additional gawk specific set of transforms to be applied to the
       
    36 # test results to try to normalize them.
       
    37 COMPONENT_TEST_TRANSFORMS += \
       
    38         '-e "s|\(^/usr/gnu/bin/make\).*|\1|" ' 
    34 
    39 
    35 TPNO=			6808
    40 TPNO=			6808
    36 
    41 
    37 include ../../make-rules/prep.mk
    42 include ../../make-rules/prep.mk
    38 include ../../make-rules/configure.mk
    43 include ../../make-rules/configure.mk