mosquitto: fix build
[oi-userland.git] / components / text / xmltoman / Makefile
blob0b55afc7b534794a7c3907e5e5b57ceb96c86b28
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2014 Alexander Pyhalov. All rights reserved.
15 BUILD_STYLE= justmake
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= xmltoman
19 COMPONENT_VERSION= 0.4
20 COMPONENT_REVISION= 3
21 COMPONENT_SUMMARY= simple XML to man converter
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
24 COMPONENT_ARCHIVE_HASH= sha256:948794a316aaecd13add60e17e476beae86644d066cb60171fc6b779f2df14b0
25 COMPONENT_ARCHIVE_URL= https://sourceforge.net/projects/xmltoman/files/xmltoman/$(COMPONENT_ARCHIVE)/$(COMPONENT_ARCHIVE)/download
26 COMPONENT_PROJECT_URL= https://sourceforge.net/projects/xmltoman
27 COMPONENT_FMRI= text/xmltoman
28 COMPONENT_CLASSIFICATION= System/Text Tools
29 COMPONENT_LICENSE= GPL-2.0-only
30 COMPONENT_LICENSE_FILE= COPYING
32 TEST_TARGET= $(NO_TESTS)
33 include $(WS_MAKE_RULES)/common.mk
35 COMPONENT_BUILD_ARGS += PREFIX=$(USRDIR)
36 COMPONENT_INSTALL_ARGS += PREFIX=$(USRDIR)
38 # Auto-generated dependencies
39 REQUIRED_PACKAGES += runtime/perl