2010-11-15 14:45:56 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/11/15 19:46:07 espie Exp $
|
2004-12-05 09:16:40 -05:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= wrapper class around the pcre library
|
2004-12-05 09:16:40 -05:00
|
|
|
|
|
|
|
DISTNAME= pcre++-0.9.5
|
2010-11-08 05:28:22 -05:00
|
|
|
PKGNAME= ${DISTNAME}
|
|
|
|
REVISION = 1
|
2006-01-13 18:40:22 -05:00
|
|
|
SHARED_LIBS= pcre++ 1.0
|
2005-12-23 09:38:31 -05:00
|
|
|
|
2004-12-05 09:16:40 -05:00
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://www.daemon.de/PCRE
|
|
|
|
|
|
|
|
MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/pcre++/
|
|
|
|
|
|
|
|
MAINTAINER= Tomasz Bak <openbsdpl@wp.pl>
|
|
|
|
|
|
|
|
# LGPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
LIB_DEPENDS = devel/pcre
|
2010-11-08 05:28:22 -05:00
|
|
|
WANTLIB = pcre
|
2004-12-05 09:16:40 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
2005-12-23 09:38:31 -05:00
|
|
|
USE_LIBTOOL= Yes
|
2010-11-08 05:28:22 -05:00
|
|
|
USE_GROFF = Yes
|
2004-12-05 09:16:40 -05:00
|
|
|
|
|
|
|
do-regress:
|
|
|
|
@cd ${WRKBUILD}/test && ./test testinput
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|