3665N/A#
3665N/A# CDDL HEADER START
3665N/A#
3665N/A# The contents of this file are subject to the terms of the
3665N/A# Common Development and Distribution License (the "License").
3665N/A# You may not use this file except in compliance with the License.
3665N/A#
3665N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3665N/A# or http://www.opensolaris.org/os/licensing.
3665N/A# See the License for the specific language governing permissions
3665N/A# and limitations under the License.
3665N/A#
3665N/A# When distributing Covered Code, include this CDDL HEADER in each
3665N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3665N/A# If applicable, add the following below this CDDL HEADER, with the
3665N/A# fields enclosed by brackets "[]" replaced with your own identifying
3665N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3665N/A#
3665N/A# CDDL HEADER END
3665N/A#
3665N/A
3665N/A#
3996N/A# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
3665N/A#
3665N/A
3665N/Ainclude ../../make-rules/shared-macros.mk
3665N/A
3665N/ACOMPONENT_NAME= xmlto
3665N/ACOMPONENT_VERSION= 0.0.25
3665N/ACOMPONENT_PROJECT_URL= https://fedorahosted.org/xmlto/
3665N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
3665N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
3665N/ACOMPONENT_ARCHIVE_HASH= \
3665N/A sha256:c52b56d929e8d20fc19cd3b7ec238f8d039730c56ee311cc352e843147e3e31a
3665N/ACOMPONENT_ARCHIVE_URL= https://fedorahosted.org/releases/x/m/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
3665N/ACOMPONENT_BUGDB= utility/xmlto
3665N/A
3665N/ATPNO= 13394
3665N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/configure.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
3665N/A
3665N/A# These will be used by the xmlto script.
3665N/ACONFIGURE_ENV += FIND="/usr/gnu/bin/find"
3665N/ACONFIGURE_ENV += GETOPT="/usr/gnu/bin/getopt"
3665N/ACONFIGURE_ENV += GREP="/usr/gnu/bin/grep"
3665N/ACONFIGURE_ENV += TAIL="/usr/gnu/bin/tail"
3665N/A
3665N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
3665N/A
3665N/AASLR_MODE = $(ASLR_ENABLE)
3665N/A
3665N/A# common targets
3665N/Aconfigure: $(CONFIGURE_64)
3665N/A
3665N/Abuild: $(BUILD_64)
3665N/A
3665N/Ainstall: $(INSTALL_64)
3665N/A
3665N/Atest: $(TEST_64)
3665N/A
3665N/A
3996N/AREQUIRED_PACKAGES += file/gnu-coreutils
3996N/AREQUIRED_PACKAGES += file/gnu-findutils
3996N/AREQUIRED_PACKAGES += library/libxml2
3996N/AREQUIRED_PACKAGES += library/libxslt
3996N/AREQUIRED_PACKAGES += shell/bash
3996N/AREQUIRED_PACKAGES += shell/gnu-getopt
3996N/AREQUIRED_PACKAGES += system/library
3996N/AREQUIRED_PACKAGES += text/gnu-grep