summaryrefslogtreecommitdiff
path: root/devel/pcre++/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2004-12-26 22:09:49 +0000
committerzuntum <zuntum@pkgsrc.org>2004-12-26 22:09:49 +0000
commit567a4e05b20dde4c2ab3dfe0575164c2e45a8f34 (patch)
tree4577f26cc4774104d9a9a5128f51db4abdda44f3 /devel/pcre++/Makefile
parentfa545dee349954bead4672acda4ef8b2dcc2efdc (diff)
downloadpkgsrc-567a4e05b20dde4c2ab3dfe0575164c2e45a8f34.tar.gz
Initial import of pcre++-0.9.5
pcre++ is a wrapper class around the pcre library.
Diffstat (limited to 'devel/pcre++/Makefile')
-rw-r--r--devel/pcre++/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/pcre++/Makefile b/devel/pcre++/Makefile
new file mode 100644
index 00000000000..7d398bbd301
--- /dev/null
+++ b/devel/pcre++/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/26 22:09:49 zuntum Exp $
+#
+
+DISTNAME= pcre++-0.9.5
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/pcre++/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= ftp://ftp.daemon.de/scip/Apps/pcre++/
+COMMENT= wrapper class around the pcre library
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+GNU_CONFIGURE= yes
+
+.include "../../devel/pcre/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"