summaryrefslogtreecommitdiff
path: root/textproc/xmlto/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-26 15:57:18 +0000
committerwiz <wiz>2004-12-26 15:57:18 +0000
commit9fb8076e3d3ef7064b73a92c9013a4c94cb1a8c2 (patch)
treef3f194d1e6c6850340272c6de291cdd59f4c151e /textproc/xmlto/Makefile
parent0d856eec772e1f1d2bbd3aee483852838930c196 (diff)
downloadpkgsrc-9fb8076e3d3ef7064b73a92c9013a4c94cb1a8c2.tar.gz
Initial import of xmlto:
xmlto is a front-end to an XSL toolchain. It chooses an appropriate stylesheet for the conversion you want and applies it using an external XSL-T processor. It also performs any necessary post-processing.
Diffstat (limited to 'textproc/xmlto/Makefile')
-rw-r--r--textproc/xmlto/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile
new file mode 100644
index 00000000000..6326cdae9f3
--- /dev/null
+++ b/textproc/xmlto/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/26 15:57:18 wiz Exp $
+#
+
+DISTNAME= xmlto-0.0.18
+CATEGORIES= textproc
+MASTER_SITES= http://cyberelk.net/tim/data/xmlto/stable/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://cyberelk.net/tim/xmlto/index.html
+COMMENT= Tool to help transform XML documents into other formats
+
+DEPENDS+= getopt-[0-9]*:../../misc/getopt
+DEPENDS+= docbook-xsl>=1.67.0nb1:../../textproc/docbook-xsl
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+MAKE_ENV+= SGML_CATALOG_FILES=${PREFIX}/share/xml/catalog
+CONFIGURE_ARGS+= --with-getopt=${PREFIX}/bin/getopt
+
+pre-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/xmlto/format/docbook
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/xmlto/format/fo
+
+.include "../../mk/bsd.pkg.mk"