6206N/A#
6206N/A# CDDL HEADER START
6206N/A#
6206N/A# The contents of this file are subject to the terms of the
6206N/A# Common Development and Distribution License (the "License").
6206N/A# You may not use this file except in compliance with the License.
6206N/A#
6206N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6206N/A# or http://www.opensolaris.org/os/licensing.
6206N/A# See the License for the specific language governing permissions
6206N/A# and limitations under the License.
6206N/A#
6206N/A# When distributing Covered Code, include this CDDL HEADER in each
6206N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6206N/A# If applicable, add the following below this CDDL HEADER, with the
6206N/A# fields enclosed by brackets "[]" replaced with your own identifying
6206N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6206N/A#
6206N/A# CDDL HEADER END
6206N/A#
6206N/A
6206N/A#
6206N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6206N/A#
6206N/A
6206N/ABUILD_BITS = 32_and_64
6206N/A# All components using gobject-introspection must be built with gcc as
6206N/A# gobject-introspection does not produce correct results when using Studio.
6206N/ACOMPILER = gcc
6206N/Ainclude ../../../make-rules/shared-macros.mk
6206N/A
6206N/A# Although this component is historically generic, GNOME distributes it
6206N/A# directly now, presumably because the original author abandoned it and GNOME
6206N/A# depends on it.
6206N/ACOMPONENT_NAME= gmime
6206N/ACOMPONENT_VERSION= 2.6.20
6206N/ACOMPONENT_ARCHIVE_HASH= \
6206N/A sha256:e0a170fb264c2ae4cecd852f4e7aaddb8d58e8f3f0b569ce2d2a4704f55bdf65
6206N/ACOMPONENT_BUGDB= gnome/libraries
6206N/A
6206N/ATPNO= 25822
6206N/A
6206N/A# Needs gobject-introspection, not available on S11.
6206N/Aifeq ($(BUILD_TYPE), evaluation)
6206N/ABUILD_32_and_64=
6206N/AINSTALL_32_and_64=
6206N/APUBLISH_STAMP=
6206N/Aendif
6206N/A
6206N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6206N/A
6206N/ACONFIGURE_OPTIONS += --disable-static
6206N/A# Required for other components.
6206N/ACONFIGURE_OPTIONS += --enable-introspection
6206N/A# Required for other components.
6206N/ACONFIGURE_OPTIONS += --enable-shared
6206N/A# Required for other components.
6206N/ACONFIGURE_OPTIONS += --enable-vala
6206N/A
6206N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
6206N/ACOMPONENT_TEST_TRANSFORMS += \
6206N/A '-n ' \
6206N/A '-e "/Testing/p" ' \
6206N/A '-e "/test/p" ' \
6206N/A '-e "/Fail/p" '
6206N/A
6206N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
6206N/AREQUIRED_PACKAGES += developer/vala
6206N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
6206N/AREQUIRED_PACKAGES += library/glib2
6206N/AREQUIRED_PACKAGES += library/zlib