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