blob: 7e1487cb8b4cd34dbe2737748f183affe522af8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:27 joerg Exp $
#
DISTNAME= pcre++-0.9.5
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.daemon.de/files/mirror/ftp.daemon.de/scip/Apps/pcre++/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.daemon.de/PCRE
COMMENT= Wrapper class around the pcre library
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|