summaryrefslogtreecommitdiff
path: root/textproc/xmlstarlet/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2004-08-24 11:59:23 +0000
committerdrochner <drochner>2004-08-24 11:59:23 +0000
commit5594a4fe4b31cdf47a4056686cb1bf3551d32759 (patch)
treefd1784ad81dfff05abb69251c89a8e2d84d24008 /textproc/xmlstarlet/Makefile
parent1fc2803edc6ec3f848e3a403b8bfbfb5453bedf7 (diff)
downloadpkgsrc-5594a4fe4b31cdf47a4056686cb1bf3551d32759.tar.gz
import xmlstarlet-0.9.3, a command line tool to manipulate XML
files using libxml2 and libxslt
Diffstat (limited to 'textproc/xmlstarlet/Makefile')
-rw-r--r--textproc/xmlstarlet/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/xmlstarlet/Makefile b/textproc/xmlstarlet/Makefile
new file mode 100644
index 00000000000..3a5d6a94296
--- /dev/null
+++ b/textproc/xmlstarlet/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/24 11:59:23 drochner Exp $
+#
+
+DISTNAME= xmlstarlet-0.9.3
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmlstar/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://xmlstar.sourceforge.net/
+COMMENT= Command line utilities for XML manipulation
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-libxml-prefix=${BUILDLINK_PREFIX.libxml2}
+CONFIGURE_ARGS+= --with-libxslt-prefix=${BUILDLINK_PREFIX.libxslt}
+
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"