summaryrefslogtreecommitdiff
path: root/textproc/pugixml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/pugixml/Makefile')
-rw-r--r--textproc/pugixml/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/pugixml/Makefile b/textproc/pugixml/Makefile
new file mode 100644
index 00000000000..4e9044957c2
--- /dev/null
+++ b/textproc/pugixml/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/04/29 11:54:54 wiz Exp $
+
+DISTNAME= pugixml-1.7
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GITHUB:=zeux/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://pugixml.org/
+COMMENT= Light-weight C++ XML processing library
+LICENSE= mit
+
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake
+USE_CMAKE= yes
+CMAKE_ARG_PATH= scripts
+
+.include "../../mk/bsd.pkg.mk"