17 lines
415 B
Makefile
17 lines
415 B
Makefile
# $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"
|