6339N/A#
6339N/A# CDDL HEADER START
6339N/A#
6339N/A# The contents of this file are subject to the terms of the
6339N/A# Common Development and Distribution License (the "License").
6339N/A# You may not use this file except in compliance with the License.
6339N/A#
6339N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6339N/A# or http://www.opensolaris.org/os/licensing.
6339N/A# See the License for the specific language governing permissions
6339N/A# and limitations under the License.
6339N/A#
6339N/A# When distributing Covered Code, include this CDDL HEADER in each
6339N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6339N/A# If applicable, add the following below this CDDL HEADER, with the
6339N/A# fields enclosed by brackets "[]" replaced with your own identifying
6339N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6339N/A#
6339N/A# CDDL HEADER END
6339N/A#
6339N/A
6339N/A#
6339N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6339N/A#
6339N/A
6339N/ABUILD_BITS = 64_and_32
6339N/A# All components using gobject-introspection must be built with gcc as
6339N/A# gobject-introspection does not produce correct results when using Studio.
6339N/ACOMPILER = gcc
6339N/Ainclude ../../../make-rules/shared-macros.mk
6339N/A
6339N/ACOMPONENT_NAME= vte
6339N/ACOMPONENT_VERSION= 0.42.1
6339N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Apps/Terminal/VTE
6339N/ACOMPONENT_ARCHIVE_HASH= \
6339N/A sha256:9e00e2e9e94f4202b979c871f407a8815890bc0f4a8448a08534f76ab0fc9d34
6339N/ACOMPONENT_BUGDB= gnome/terminal
6339N/A
6339N/ATPNO= 25406
6339N/A
6339N/ATEST_TARGET = $(NO_TESTS)
6339N/A
6339N/A# Needs gobject-introspection, not available on S11.
6339N/Aifeq ($(BUILD_TYPE), evaluation)
6339N/ABUILD_32_and_64=
6339N/AINSTALL_32_and_64=
6339N/APUBLISH_STAMP=
6339N/Aendif
6339N/A
6339N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6339N/A
6339N/A# Assumes GNU xgettext in PATH
6339N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
6339N/A
6339N/A# Force use of gnutls-3 pkgconfig during 2.x->3.x transition
6339N/APKG_CONFIG_PATHS.32 += /usr/lib/pkgconfig/gnutls-3
6339N/APKG_CONFIG_PATHS.64 += /usr/lib/$(MACH64)/pkgconfig/gnutls-3
6339N/APKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
6339N/ALD_OPTIONS.32 += -L /usr/lib/gnutls-3 -R /usr/lib/gnutls-3
6339N/ALD_OPTIONS.64 += -L /usr/lib/$(MACH64)/gnutls-3 -R /usr/lib/$(MACH64)/gnutls-3
6339N/ALD_OPTIONS += $(LD_OPTIONS.$(BITS))
6339N/A
6339N/ACONFIGURE_OPTIONS += --disable-static
6339N/ACONFIGURE_OPTIONS += --disable-Bsymbolic
6339N/A# Needed to ensure we can log which users use which applications (setuid).
6339N/ACONFIGURE_OPTIONS += --enable-gnome-pty-helper
6339N/A# Required for other components.
6339N/ACONFIGURE_OPTIONS += --enable-introspection
6339N/ACONFIGURE_OPTIONS += --enable-shared
6339N/A# Required for other components.
6339N/ACONFIGURE_OPTIONS += --enable-vala
6339N/A
6339N/A# Needed due to patch to configure.ac.
6339N/ACOMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
6339N/A
6339N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
6339N/AREQUIRED_PACKAGES += developer/vala
6339N/AREQUIRED_PACKAGES += library/desktop/atk
6339N/AREQUIRED_PACKAGES += library/desktop/cairo
6339N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
6339N/AREQUIRED_PACKAGES += library/desktop/gtk3
6339N/AREQUIRED_PACKAGES += library/desktop/pango
6339N/AREQUIRED_PACKAGES += library/glib2
6339N/AREQUIRED_PACKAGES += library/gnutls-3
6339N/AREQUIRED_PACKAGES += library/zlib
6339N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
6339N/AREQUIRED_PACKAGES += system/library/math