20 lines
493 B
Makefile
20 lines
493 B
Makefile
# $NetBSD: Makefile,v 1.10 2012/03/03 00:11:52 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= pcre++-0.9.5
|
|
PKGREVISION= 2
|
|
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"
|