blob: 17ab82a474d37d6781bd34c55385694d5d697b42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.7 2006/06/04 21:49:54 joerg Exp $
#
DISTNAME= pcre++-0.9.5
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/pcre++/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ftp://ftp.daemon.de/scip/Apps/pcre++/
COMMENT= Wrapper class around the pcre library
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|