blob: c65ef01b67b25c5b0ff1e7b51a889aeeab1e71f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.5 2005/08/03 17:45:24 wiz Exp $
#
DISTNAME= pcre++-0.9.5
PKGREVISION= 1
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_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|