components/xmlto/Makefile
changeset 3817 30b42c38bbc4
parent 2225 f064d3d3190d
child 4083 70f2f26368fe
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		xmlto
    28 COMPONENT_NAME=		xmlto
    35 COMPONENT_ARCHIVE_URL=	 https://fedorahosted.org/releases/x/m/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	 https://fedorahosted.org/releases/x/m/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
    36 COMPONENT_BUGDB=	utility/xmlto
    36 COMPONENT_BUGDB=	utility/xmlto
    37 
    37 
    38 TPNO=			13394
    38 TPNO=			13394
    39 
    39 
    40 include ../../make-rules/prep.mk
    40 include $(WS_MAKE_RULES)/prep.mk
    41 include ../../make-rules/configure.mk
    41 include $(WS_MAKE_RULES)/configure.mk
    42 include ../../make-rules/ips.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    43 
    43 
    44 # These will be used by the xmlto script.
    44 # These will be used by the xmlto script.
    45 CONFIGURE_ENV += FIND="/usr/gnu/bin/find"
    45 CONFIGURE_ENV += FIND="/usr/gnu/bin/find"
    46 CONFIGURE_ENV += GETOPT="/usr/gnu/bin/getopt"
    46 CONFIGURE_ENV += GETOPT="/usr/gnu/bin/getopt"
    47 CONFIGURE_ENV += GREP="/usr/gnu/bin/grep"
    47 CONFIGURE_ENV += GREP="/usr/gnu/bin/grep"
    58 
    58 
    59 install:	$(INSTALL_64)
    59 install:	$(INSTALL_64)
    60 
    60 
    61 test:		$(TEST_64)
    61 test:		$(TEST_64)
    62 
    62 
    63 BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
       
    64 
    63 
    65 include ../../make-rules/depend.mk
    64 REQUIRED_PACKAGES += file/gnu-coreutils
       
    65 REQUIRED_PACKAGES += file/gnu-findutils
       
    66 REQUIRED_PACKAGES += library/libxml2
       
    67 REQUIRED_PACKAGES += library/libxslt
       
    68 REQUIRED_PACKAGES += shell/bash
       
    69 REQUIRED_PACKAGES += shell/gnu-getopt
       
    70 REQUIRED_PACKAGES += system/library
       
    71 REQUIRED_PACKAGES += text/gnu-grep