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