Makefile revision 6671
577N/A#
577N/A# CDDL HEADER START
1339N/A#
577N/A# The contents of this file are subject to the terms of the
1409N/A# Common Development and Distribution License (the "License").
577N/A# You may not use this file except in compliance with the License.
577N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
919N/A#
919N/A
919N/ABUILD_BITS= 64_and_32
577N/Ainclude ../../../make-rules/shared-macros.mk
577N/A
577N/ACOMPONENT_NAME= caribou
577N/ACOMPONENT_VERSION= 0.4.18.1
577N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/Caribou
577N/ACOMPONENT_ARCHIVE_HASH= \
1370N/A sha256:aefadf125a647fc68696f4134e99ee43dca121da5de8e1edf6eab5664a9f3150
577N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/0.4/$(COMPONENT_ARCHIVE)
911N/ACOMPONENT_BUGDB= gnome/accessibility
1370N/A
1370N/ATPNO= 25464
1370N/A
911N/ATEST_TARGET = $(NO_TESTS)
577N/A
1370N/A# Needs updated glib2, not available on S11.
1409N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
577N/A
577N/APYTHON_VERSIONS=2.7
577N/A
577N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
577N/A
577N/A# Ensure Python modules are installed into vendor package directories.
577N/ACONFIGURE_ENV += am_cv_python_pythondir=$(PYTHON_VENDOR_PACKAGES)
577N/ACONFIGURE_ENV += am_cv_python_pyexecdir=$(PYTHON_VENDOR_PACKAGES)
1339N/A
1339N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
970N/A
970N/ACONFIGURE_OPTIONS += --disable-docs
970N/ACONFIGURE_OPTIONS += --disable-static
970N/A# Normally we should prefer gtk3 over gtk2, but just in case there are any
970N/A# gtk2-based applications, this will improve accessibility for them.
970N/ACONFIGURE_OPTIONS += --enable-gtk2-module
970N/ACONFIGURE_OPTIONS += --enable-gtk3-module
970N/ACONFIGURE_OPTIONS += --enable-shared
970N/ACONFIGURE_OPTIONS += --with-pic
970N/ACONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)
970N/A
577N/AREQUIRED_PACKAGES += developer/vala
1072N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
577N/AREQUIRED_PACKAGES += library/desktop/at-spi2-atk
577N/AREQUIRED_PACKAGES += library/desktop/at-spi2-core
577N/AREQUIRED_PACKAGES += library/desktop/atk
1072N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
1124N/AREQUIRED_PACKAGES += library/desktop/gtk2
1124N/AREQUIRED_PACKAGES += library/desktop/gtk3
1072N/AREQUIRED_PACKAGES += library/desktop/libgee
1072N/AREQUIRED_PACKAGES += library/desktop/libxklavier
577N/AREQUIRED_PACKAGES += library/glib2
577N/AREQUIRED_PACKAGES += library/libxml2
577N/AREQUIRED_PACKAGES += runtime/python-27
615N/AREQUIRED_PACKAGES += x11/library/libx11
615N/AREQUIRED_PACKAGES += x11/library/libxtst
615N/A