7038N/A#
7038N/A# CDDL HEADER START
7038N/A#
7038N/A# The contents of this file are subject to the terms of the
7038N/A# Common Development and Distribution License (the "License").
7038N/A# You may not use this file except in compliance with the License.
7038N/A#
7038N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7038N/A# or http://www.opensolaris.org/os/licensing.
7038N/A# See the License for the specific language governing permissions
7038N/A# and limitations under the License.
7038N/A#
7038N/A# When distributing Covered Code, include this CDDL HEADER in each
7038N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7038N/A# If applicable, add the following below this CDDL HEADER, with the
7038N/A# fields enclosed by brackets "[]" replaced with your own identifying
7038N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7038N/A#
7038N/A# CDDL HEADER END
7038N/A#
7038N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
7038N/A#
7038N/A
7038N/ABUILD_BITS= NO_ARCH
7038N/Ainclude ../../../make-rules/shared-macros.mk
7038N/A
7038N/ACOMPONENT_NAME= docbook-dsssl
7038N/ACOMPONENT_VERSION= 1.79
7038N/ACOMPONENT_PROJECT_URL= http://docbook.sourceforge.net/
7038N/ACOMPONENT_ARCHIVE_HASH= \
7038N/A sha256:d5a199024a5fe0862bfaff9e3533817cd8d08bddf3cdfb5bfe6088cbb2cd62b3
7038N/ACOMPONENT_ARCHIVE_URL= http://prdownloads.sourceforge.net/docbook/$(COMPONENT_ARCHIVE)
7038N/ACOMPONENT_BUGDB= utility/docbook
7038N/A
7038N/ATPNO= 9655
7038N/A
7038N/ATEST_TARGET = $(NO_TESTS)
7038N/A
7038N/Ainclude $(WS_MAKE_RULES)/prep.mk
7038N/Ainclude $(WS_MAKE_RULES)/ips.mk
7038N/A
7038N/Abuild: $(SOURCE_DIR)/.prep
7038N/A
7038N/Ainstall: $(SOURCE_DIR)/.prep
7038N/A
7038N/A# Called in SMF method scripts:
7038N/AREQUIRED_PACKAGES += data/sgml-common
7038N/AREQUIRED_PACKAGES += shell/bash
7038N/A# SMF manifest dependencies:
7038N/AREQUIRED_PACKAGES += system/core-os
7038N/A# Needed for collateindex.pl script:
7038N/AREQUIRED_PACKAGES += $(PERL_PKG)