6037N/A#
6037N/A# CDDL HEADER START
6037N/A#
6037N/A# The contents of this file are subject to the terms of the
6037N/A# Common Development and Distribution License (the "License").
6037N/A# You may not use this file except in compliance with the License.
6037N/A#
6037N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6037N/A# or http://www.opensolaris.org/os/licensing.
6037N/A# See the License for the specific language governing permissions
6037N/A# and limitations under the License.
6037N/A#
6037N/A# When distributing Covered Code, include this CDDL HEADER in each
6037N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6037N/A# If applicable, add the following below this CDDL HEADER, with the
6037N/A# fields enclosed by brackets "[]" replaced with your own identifying
6037N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6037N/A#
6037N/A# CDDL HEADER END
6037N/A#
6037N/A
6037N/A#
6037N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6037N/A#
6037N/A
6037N/ABUILD_BITS= NO_ARCH
6037N/Ainclude ../../../make-rules/shared-macros.mk
6037N/A
6037N/ACOMPONENT_NAME= gtk-doc
6037N/ACOMPONENT_VERSION= 1.24
6037N/ACOMPONENT_MAJOR_MINOR= $(COMPONENT_VERSION)
6037N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/DocumentationProject/GtkDoc
6037N/ACOMPONENT_ARCHIVE_HASH= \
6037N/A sha256:b420759ea05c760301bada14e428f1b321f5312f44e10a176d6804822dabb58b
6037N/ACOMPONENT_BUGDB= gnome/dev-tools
6037N/A
6037N/ATPNO= 25261
6037N/A
6037N/A# Only supports Python 2.x.
6037N/APYTHON_VERSIONS= 2.7
6037N/A
6037N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6037N/A
6037N/A# The build process modifies the shebang line to use the version of Python
6037N/A# automatically found; to avoid using the current system default, one is
6037N/A# explicitly specified here.
6037N/ACONFIGURE_ENV += PYTHON="$(PYTHON.2.7)"
6037N/A
6037N/A# Assumes GNU msgfmt in PATH.
6037N/ACOMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
6037N/A
6037N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
6037N/ACOMPONENT_TEST_ARGS = -k -i
6037N/ACOMPONENT_TEST_TRANSFORMS += \
6037N/A '-n ' \
6037N/A '-e "/result_count/d" ' \
6037N/A '-e "/TOTAL:/p" ' \
6037N/A '-e "/SKIP:/p" ' \
6037N/A '-e "/PASS:/p" ' \
6037N/A '-e "/FAIL:/p" ' \
6037N/A '-e "/ERROR:/p" '
6037N/A
6037N/AREQUIRED_PACKAGES += data/docbook
6037N/AREQUIRED_PACKAGES += data/docbook/docbook-dtds
6037N/AREQUIRED_PACKAGES += data/docbook/docbook-style-dsssl
6037N/AREQUIRED_PACKAGES += data/docbook/docbook-style-xsl
6037N/AREQUIRED_PACKAGES += data/sgml-common
6037N/AREQUIRED_PACKAGES += data/xml-common
6037N/AREQUIRED_PACKAGES += developer/documentation-tool/itstool
6037N/AREQUIRED_PACKAGES += developer/documentation-tool/openjade
6037N/AREQUIRED_PACKAGES += developer/gnome/gettext
6037N/AREQUIRED_PACKAGES += developer/gnome/gnome-doc-utils
6037N/AREQUIRED_PACKAGES += editor/vim
6037N/AREQUIRED_PACKAGES += library/libxml2
6037N/AREQUIRED_PACKAGES += library/libxslt
6037N/AREQUIRED_PACKAGES += library/python/libxml2-27
6037N/AREQUIRED_PACKAGES += runtime/python-27
6037N/AREQUIRED_PACKAGES += runtime/perl-522
6037N/AREQUIRED_PACKAGES += service/gnome/desktop-cache