From 567a4e05b20dde4c2ab3dfe0575164c2e45a8f34 Mon Sep 17 00:00:00 2001 From: zuntum Date: Sun, 26 Dec 2004 22:09:49 +0000 Subject: Initial import of pcre++-0.9.5 pcre++ is a wrapper class around the pcre library. --- devel/pcre++/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 devel/pcre++/Makefile (limited to 'devel/pcre++/Makefile') 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" -- cgit v1.2.3