7182N/A#
7182N/A# CDDL HEADER START
7182N/A#
7182N/A# The contents of this file are subject to the terms of the
7182N/A# Common Development and Distribution License (the "License").
7182N/A# You may not use this file except in compliance with the License.
7182N/A#
7182N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7182N/A# or http://www.opensolaris.org/os/licensing.
7182N/A# See the License for the specific language governing permissions
7182N/A# and limitations under the License.
7182N/A#
7182N/A# When distributing Covered Code, include this CDDL HEADER in each
7182N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7182N/A# If applicable, add the following below this CDDL HEADER, with the
7182N/A# fields enclosed by brackets "[]" replaced with your own identifying
7182N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7182N/A#
7182N/A# CDDL HEADER END
7182N/A#
7182N/A
7182N/A#
7182N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
7182N/A#
7182N/A
7182N/ABUILD_BITS = 64
7182N/Ainclude ../../../make-rules/shared-macros.mk
7182N/A
7182N/ACOMPONENT_NAME= gnome-font-viewer
7182N/ACOMPONENT_VERSION= 3.16.2
7182N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Apps/
7182N/ACOMPONENT_ARCHIVE_HASH= \
7182N/A sha256:f5367417d926d1dbe175aceb8eb4d2733d723a237428f130edd4b4023c0dc1cf
7182N/A
7182N/ATPNO= 25271
7182N/A
7182N/ATEST_TARGET = $(NO_TESTS)
7182N/A
7182N/A# Needs updated glib2, not available on S11.
7182N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7182N/A
7182N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
7182N/A
7182N/A# Assumes xgettext in PATH.
7182N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
7182N/A
7182N/ACONFIGURE_OPTIONS += --disable-static
7182N/A# Required for other components.
7182N/ACONFIGURE_OPTIONS += --enable-shared
7182N/ACONFIGURE_OPTIONS += --with-pic
7182N/A
7182N/AREQUIRED_PACKAGES += library/desktop/cairo
7182N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
7182N/AREQUIRED_PACKAGES += library/desktop/gtk3
7182N/AREQUIRED_PACKAGES += library/desktop/harfbuzz
7182N/AREQUIRED_PACKAGES += library/desktop/pango
7182N/AREQUIRED_PACKAGES += library/glib2
7182N/AREQUIRED_PACKAGES += library/gnome/gnome-desktop
7182N/AREQUIRED_PACKAGES += system/library/fontconfig
7182N/AREQUIRED_PACKAGES += system/library/freetype-2
7182N/AREQUIRED_PACKAGES += system/library/math