summaryrefslogtreecommitdiff
path: root/textproc/libxml++1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libxml++1/Makefile')
-rw-r--r--textproc/libxml++1/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/libxml++1/Makefile b/textproc/libxml++1/Makefile
new file mode 100644
index 00000000000..2c763f34e8c
--- /dev/null
+++ b/textproc/libxml++1/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2007/09/20 21:03:51 wiz Exp $
+#
+
+DISTNAME= libxml++-1.0.5
+PKGNAME= libxml++1-1.0.5
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml++/1.0/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://libxmlplusplus.sourceforge.net/
+COMMENT= C++ wrapper for the libxml XML parser library
+
+USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+
+PKGCONFIG_OVERRIDE+= libxml++-1.0.pc.in
+
+CONFLICTS+= libxml++-1.*
+
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"