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