6036N/A#
6036N/A# CDDL HEADER START
6036N/A#
6036N/A# The contents of this file are subject to the terms of the
6036N/A# Common Development and Distribution License (the "License").
6036N/A# You may not use this file except in compliance with the License.
6036N/A#
6036N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6036N/A# or http://www.opensolaris.org/os/licensing.
6036N/A# See the License for the specific language governing permissions
6036N/A# and limitations under the License.
6036N/A#
6036N/A# When distributing Covered Code, include this CDDL HEADER in each
6036N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6036N/A# If applicable, add the following below this CDDL HEADER, with the
6036N/A# fields enclosed by brackets "[]" replaced with your own identifying
6036N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6036N/A#
6036N/A# CDDL HEADER END
6036N/A#
6036N/A
6036N/A#
6036N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6036N/A#
6036N/A
6036N/ABUILD_BITS= NO_ARCH
6036N/Ainclude ../../../make-rules/shared-macros.mk
6036N/A
6036N/ACOMPONENT_NAME= gnome-doc-utils
6036N/ACOMPONENT_VERSION= 0.20.10
6036N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/GnomeDocUtils
6036N/ACOMPONENT_ARCHIVE_HASH= \
6036N/A sha256:cb0639ffa9550b6ddf3b62f3b1add92fb92ab4690d351f2353cffe668be8c4a6
6036N/ACOMPONENT_BUGDB= gnome/dev-tools
6036N/A
6036N/ATPNO= 24907
6036N/A
6036N/A# Only supports Python 2.x.
6036N/APYTHON_VERSIONS= 2.7
6036N/A
6036N/ATEST_TARGET= $(NO_TESTS)
6036N/A
6036N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6036N/A
6036N/A# The build process modifies the shebang line to use the version of Python
6036N/A# automatically found; to avoid using the current system default, one is
6036N/A# explicitly specified here.
6036N/ACONFIGURE_ENV += PYTHON="$(PYTHON.2.7)"
6036N/A
6036N/A# Ensure Python modules are installed to vendor-packages directory;
6036N/A# the default is site-packages.
6036N/ACONFIGURE_OPTIONS += am_cv_python_pythondir=$(PYTHON_VENDOR_PACKAGES)
6036N/A
6036N/A# Assumes GNU xgettext in PATH.
6036N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
6036N/A
6036N/AREQUIRED_PACKAGES += data/docbook
6036N/AREQUIRED_PACKAGES += data/docbook/docbook-dtds
6036N/AREQUIRED_PACKAGES += data/docbook/docbook-style-dsssl
6036N/AREQUIRED_PACKAGES += data/docbook/docbook-style-xsl
6036N/AREQUIRED_PACKAGES += data/sgml-common
6036N/AREQUIRED_PACKAGES += data/xml-common
6036N/AREQUIRED_PACKAGES += library/libxml2
6036N/AREQUIRED_PACKAGES += library/libxslt
6036N/AREQUIRED_PACKAGES += library/perl-5/xml-parser-522
6036N/AREQUIRED_PACKAGES += library/python/libxml2-27
6036N/AREQUIRED_PACKAGES += runtime/perl-522
6036N/AREQUIRED_PACKAGES += runtime/python-27
6036N/AREQUIRED_PACKAGES += service/gnome/desktop-cache