summaryrefslogtreecommitdiff
path: root/textproc/xml2doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xml2doc/Makefile')
-rw-r--r--textproc/xml2doc/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/xml2doc/Makefile b/textproc/xml2doc/Makefile
new file mode 100644
index 00000000000..d63414e4413
--- /dev/null
+++ b/textproc/xml2doc/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/23 08:39:00 xtraeme Exp $
+#
+
+DISTNAME= xml2doc-20030510
+WRKSRC= ${WRKDIR}/xml2doc
+CATEGORIES= textproc
+MASTER_SITES= http://xml2doc.sourceforge.net/src/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= pancake@phreaker.net
+HOMEPAGE= http://xml2doc.sourceforge.net/
+COMMENT= Xml to document formats converter
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+USE_GNU_TOOLS+= make
+
+.include "../../print/pdflib/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"