6741N/A#
6741N/A# CDDL HEADER START
6741N/A#
6741N/A# The contents of this file are subject to the terms of the
6741N/A# Common Development and Distribution License (the "License").
6741N/A# You may not use this file except in compliance with the License.
6741N/A#
6741N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6741N/A# or http://www.opensolaris.org/os/licensing.
6741N/A# See the License for the specific language governing permissions
6741N/A# and limitations under the License.
6741N/A#
6741N/A# When distributing Covered Code, include this CDDL HEADER in each
6741N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6741N/A# If applicable, add the following below this CDDL HEADER, with the
6741N/A# fields enclosed by brackets "[]" replaced with your own identifying
6741N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6741N/A#
6741N/A# CDDL HEADER END
6741N/A#
6741N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
6741N/A#
6741N/A
6741N/ABUILD_BITS= 32_and_64
6741N/ACOMPILER= gcc
6741N/Ainclude ../../../make-rules/shared-macros.mk
6741N/A
6741N/ACOMPONENT_NAME= libexif
6741N/ACOMPONENT_VERSION= 0.6.21
6741N/ACOMPONENT_PROJECT_URL= https://sourceforge.net/projects/$(COMPONENT_NAME)/files/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/
6741N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
6741N/ACOMPONENT_ARCHIVE_HASH= \
6741N/A sha256:16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a
6741N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/$(COMPONENT_ARCHIVE)
6741N/ACOMPONENT_BUGDB= library/libexif
6741N/A
6741N/ATPNO= 9321
6741N/A
6741N/A# Depends on newer cairo, which cannot be updated in S11.
6741N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
6741N/A
6741N/Ainclude $(WS_MAKE_RULES)/common.mk
6741N/A
6741N/ACONFIGURE_OPTIONS += --disable-static
6741N/A
6741N/Aunexport SHELLOPTS
6741N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
6741N/ACOMPONENT_TEST_ARGS = -k -i
6741N/ACOMPONENT_TEST_TRANSFORMS += \
6741N/A '-n ' \
6741N/A '-e "/TOTAL:/p" ' \
6741N/A '-e "/PASS:/p" ' \
6741N/A '-e "/FAIL:/p" '
6741N/A
6741N/AREQUIRED_PACKAGES += developer/documentation-tool/doxygen
6741N/AREQUIRED_PACKAGES += system/library/math
6741N/A