7197N/A#
7197N/A# CDDL HEADER START
7197N/A#
7197N/A# The contents of this file are subject to the terms of the
7197N/A# Common Development and Distribution License (the "License").
7197N/A# You may not use this file except in compliance with the License.
7197N/A#
7197N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7197N/A# or http://www.opensolaris.org/os/licensing.
7197N/A# See the License for the specific language governing permissions
7197N/A# and limitations under the License.
7197N/A#
7197N/A# When distributing Covered Code, include this CDDL HEADER in each
7197N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7197N/A# If applicable, add the following below this CDDL HEADER, with the
7197N/A# fields enclosed by brackets "[]" replaced with your own identifying
7197N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7197N/A#
7197N/A# CDDL HEADER END
7197N/A#
7197N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
7197N/A#
7197N/A
7197N/ABUILD_BITS= 64_and_32
7197N/ACOMPILER= gcc
7197N/Ainclude ../../../make-rules/shared-macros.mk
7197N/A
7197N/ACOMPONENT_NAME= gtk-vnc
7197N/ACOMPONENT_VERSION= 0.5.4
7197N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/$(COMPONENT_NAME)
7197N/ACOMPONENT_ARCHIVE_HASH= \
7197N/A sha256:488aa97a76ce6868160699cd45d4a0ee0fe6f0ad4631737c6ddd84450f6c9ce7
7197N/ACOMPONENT_BUGDB= gnome/remote-desktop
7197N/A
7197N/ATPNO= 29178
7197N/A
7197N/ATEST_TARGET= $(NO_TESTS)
7197N/A
7197N/A# Needs updated glib2, not available on S11.
7197N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7197N/A
7197N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
7197N/A
7197N/A# Force use of gnutls-3 pkgconfig during 2.x->3.x transition
7197N/APKG_CONFIG_PATHS.32 += $(PKG_CONFIG_PATH.32)/gnutls-3
7197N/APKG_CONFIG_PATHS.64 += $(PKG_CONFIG_PATH.64)/gnutls-3
7197N/APKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
7197N/ALD_OPTIONS.32 += -L $(USRLIB.32)/gnutls-3 -R $(USRLIB.32)/gnutls-3
7197N/ALD_OPTIONS.64 += -L $(USRLIB.64)/gnutls-3 -R $(USRLIB.64)/gnutls-3
7197N/ALD_OPTIONS += $(LD_OPTIONS.$(BITS))
7197N/A
7197N/ALD_OPTIONS += -z gnu-version-script-compat
7197N/A
7197N/ACONFIGURE_OPTIONS += --without-python
7197N/ACONFIGURE_OPTIONS += --with-gtk=3.0
7197N/A
7197N/A# Assumes GNU xgettext is first in $PATH.
7197N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
7197N/A# Assumes pod2man can be found somewhere in $PATH
7197N/ACOMPONENT_BUILD_ENV += PATH="$(PATH):/usr/perl5/$(PERL_VERSION)/bin"
7197N/A
7197N/AREQUIRED_PACKAGES += library/audio/pulseaudio
7197N/AREQUIRED_PACKAGES += library/desktop/cairo
7197N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
7197N/AREQUIRED_PACKAGES += library/desktop/gtk3
7197N/AREQUIRED_PACKAGES += library/glib2
7197N/AREQUIRED_PACKAGES += library/gnutls-3
7197N/AREQUIRED_PACKAGES += library/zlib
7197N/AREQUIRED_PACKAGES += runtime/perl-522
7197N/AREQUIRED_PACKAGES += system/library/security/libgcrypt
7197N/AREQUIRED_PACKAGES += system/library/security/libsasl2
7197N/AREQUIRED_PACKAGES += x11/library/libx11