7418N/A#
7418N/A# CDDL HEADER START
7418N/A#
7418N/A# The contents of this file are subject to the terms of the
7418N/A# Common Development and Distribution License (the "License").
7418N/A# You may not use this file except in compliance with the License.
7418N/A#
7418N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7418N/A# or http://www.opensolaris.org/os/licensing.
7418N/A# See the License for the specific language governing permissions
7418N/A# and limitations under the License.
7418N/A#
7418N/A# When distributing Covered Code, include this CDDL HEADER in each
7418N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7418N/A# If applicable, add the following below this CDDL HEADER, with the
7418N/A# fields enclosed by brackets "[]" replaced with your own identifying
7418N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7418N/A#
7418N/A# CDDL HEADER END
7418N/A#
7418N/A
7418N/A#
7418N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
7418N/A#
7418N/ABUILD_BITS = 64
7418N/Ainclude ../../make-rules/shared-macros.mk
7418N/A
7418N/ACOMPONENT_NAME = onig
7418N/ACOMPONENT_VERSION = 6.1.1
7418N/ACOMPONENT_PROJECT_URL = https://github.com/kkos/oniguruma
7418N/ACOMPONENT_ARCHIVE_HASH = \
7418N/A sha256:b9cf2eefef5105820c97f94a2ccd12ed8aa274a576ccdaaed3c632a2aa0d0f04
7418N/ACOMPONENT_ARCHIVE_URL = $(COMPONENT_PROJECT_URL)/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
7418N/ACOMPONENT_BUGDB = library/oniguruma
7418N/A
7418N/ATPNO = 31774
7418N/A
7418N/Ainclude $(WS_MAKE_RULES)/common.mk
7418N/A
7418N/ACOMPILER = gcc
7418N/ACONFIGURE_OPTIONS += --enable-static=no
7418N/A
7418N/ACOMPONENT_TEST_ARGS += CFLAGS+=-I$(PROTOUSRINCDIR)
7418N/ACOMPONENT_TEST_ENV += libtool_install_magic='%%%MAGIC variable%%%'
7418N/ACOMPONENT_TEST_ENV += libtool_execute_magic='%%%MAGIC variable%%%'
7418N/ACOMPONENT_TEST_TRANSFORMS += \
7418N/A '-n ' \
7418N/A '-e "/TOTAL/p" ' \
7418N/A '-e "/SKIP/p" ' \
7418N/A '-e "/PASS/p" ' \
7418N/A '-e "/XPASS/p" ' \
7418N/A '-e "/FAIL/p" ' \
7418N/A '-e "/XFAIL/p" ' \
7418N/A '-e "/ERROR/p" '
7418N/A
7418N/A# need proto to run tests
7418N/Atest: install