246N/A#
246N/A# CDDL HEADER START
246N/A#
246N/A# The contents of this file are subject to the terms of the
246N/A# Common Development and Distribution License (the "License").
246N/A# You may not use this file except in compliance with the License.
246N/A#
246N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
246N/A# or http://www.opensolaris.org/os/licensing.
246N/A# See the License for the specific language governing permissions
246N/A# and limitations under the License.
246N/A#
246N/A# When distributing Covered Code, include this CDDL HEADER in each
246N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
246N/A# If applicable, add the following below this CDDL HEADER, with the
246N/A# fields enclosed by brackets "[]" replaced with your own identifying
246N/A# information: Portions Copyright [yyyy] [name of copyright owner]
246N/A#
246N/A# CDDL HEADER END
246N/A#
246N/A
246N/A#
5680N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
246N/A#
5680N/ABUILD_BITS= 64_and_32
246N/Ainclude ../../make-rules/shared-macros.mk
246N/A
246N/ACOMPONENT_NAME= flex
6088N/ACOMPONENT_VERSION= 2.6.1
6088N/ACOMPONENT_PROJECT_URL= https://github.com/westes/flex
6088N/ACOMPONENT_ARCHIVE= v$(COMPONENT_VERSION).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
6088N/A sha256:b38b05d1383100f74fcffb335cee38b5e588f8525fa08ac54c12acadd7897987
6088N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/archive/$(COMPONENT_ARCHIVE)
246N/A
6088N/ATPNO= 28921
2899N/A
5680N/ALDFLAGS += $(CC_BITS)
246N/A
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
246N/A
6088N/ACOMPONENT_PREP_ACTION += ( cd $(@D) ; $(CONFIG_SHELL) autogen.sh );
6088N/A
6088N/ACOMPONENT_PRE_CONFIGURE_ACTION += ($(CLONEY) $(SOURCE_DIR) $(@D))
6088N/A
246N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
5680N/ACONFIGURE_OPTIONS += M4="$(GNUBIN)/m4"
246N/A
6088N/ACOMPONENT_TEST_ENV += PATH=$(GNUBIN):$(USRBINDIR)
6088N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
246N/A
6088N/ACOMPONENT_TEST_TRANSFORMS += \
6088N/A '-n ' \
6088N/A '-e "/=====/p" ' \
6088N/A '-e "/TOTAL/p" ' \
6088N/A '-e "/SKIP/p" ' \
6088N/A '-e "/PASS/p" ' \
6088N/A '-e "/FAIL/p" ' \
6088N/A '-e "/ERROR/p" '
246N/A
6919N/AREQUIRED_PACKAGES += developer/documentation-tool/help2man
3817N/AREQUIRED_PACKAGES += developer/macro/gnu-m4
3817N/AREQUIRED_PACKAGES += system/library/math