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