blob: ebddd51f615848c47484eac98d417cb1c9b47bdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.4 2005/08/03 17:44:17 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_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|