6498N/A#
6498N/A# CDDL HEADER START
6498N/A#
6498N/A# The contents of this file are subject to the terms of the
6498N/A# Common Development and Distribution License (the "License").
6498N/A# You may not use this file except in compliance with the License.
6498N/A#
6498N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6498N/A# or http://www.opensolaris.org/os/licensing.
6498N/A# See the License for the specific language governing permissions
6498N/A# and limitations under the License.
6498N/A#
6498N/A# When distributing Covered Code, include this CDDL HEADER in each
6498N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6498N/A# If applicable, add the following below this CDDL HEADER, with the
6498N/A# fields enclosed by brackets "[]" replaced with your own identifying
6498N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6498N/A#
6498N/A# CDDL HEADER END
6498N/A#
6498N/A
6498N/A#
6498N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
6498N/A#
6498N/ABUILD_BITS= 64_and_32
6498N/Ainclude ../../make-rules/shared-macros.mk
6498N/A
6498N/ACOMPONENT_NAME= genders
6498N/ACOMPONENT_VERSION= 1.22
6498N/ACOMPONENT_PROJECT_URL= https://github.com/chaos/genders
6498N/ACOMPONENT_ARCHIVE_HASH= \
6498N/A sha256:0ff292825a29201106239c4d47d9ce4c6bda3f51c78c0463eb2634ecc337b774
6498N/ACOMPONENT_ARCHIVE_URL= http://downloads.sourceforge.net/project/$(COMPONENT_NAME)/$(COMPONENT_NAME)/$(COMPONENT_VERSION)-1/$(COMPONENT_ARCHIVE)
6498N/ACOMPONENT_BUGDB= library/libgenders
6498N/A
6498N/ATPNO= 29494
6498N/A
6498N/Ainclude $(WS_MAKE_RULES)/common.mk
6498N/A
6498N/ACONFIGURE_OPTIONS += --bindir=/usr/bin
6498N/ACONFIGURE_OPTIONS += --without-cplusplus-extensions
6498N/ACONFIGURE_OPTIONS += --without-perl-extensions
6498N/ACONFIGURE_OPTIONS += --without-python-extensions
6498N/ACONFIGURE_OPTIONS += --without-java-extensions
6498N/A
6498N/ACOMPONENT_TEST_DIR = $(@D)/src/testsuite
6498N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
6498N/A
6498N/ACOMPONENT_TEST_TRANSFORMS += \
6498N/A '-e "s|^.*$(CC).*$$|XXX_REMOVE_XXX|g" ' \
6498N/A '-e "s|^.*source=.*libtool=no.*$$|XXX_REMOVE_XXX|g" ' \
6498N/A '-e "s|^.*DEPDIR=.deps.*$$|XXX_REMOVE_XXX|g" ' \
6498N/A '-e "s|^make.*: Leaving directory.*$$|XXX_REMOVE_XXX|g" ' \
6498N/A '-e "s|^make.*: Entering directory.*$$|XXX_REMOVE_XXX|g" ' \
6498N/A '-e "s|^make.*: Nothing to be.*$$|XXX_REMOVE_XXX|g" ' \
6498N/A '-e "s|^.*warning:.*$$|XXX_REMOVE_XXX|g" ' \
6498N/A '-e "s|^.*s up to date.*$$|XXX_REMOVE_XXX|g" ' \
6498N/A '-e "/^XXX_REMOVE_XXX$$/d" ' \
6498N/A '-e "/libtool:/d"'