2005-08-31 15:55:36 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2005/08/31 19:55:37 sturm Exp $
|
2001-03-24 14:55:27 -05:00
|
|
|
|
2002-03-07 04:55:49 -05:00
|
|
|
COMMENT= "perl-compatible regular expression library"
|
2000-06-20 14:54:51 -04:00
|
|
|
|
2004-01-14 12:21:52 -05:00
|
|
|
DISTNAME= pcre-4.5
|
2005-08-31 15:55:36 -04:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
2001-03-05 11:02:33 -05:00
|
|
|
CATEGORIES= devel
|
2001-03-24 14:55:27 -05:00
|
|
|
|
2004-01-14 12:21:52 -05:00
|
|
|
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
|
|
|
|
${MASTER_SITE_SOURCEFORGE:=pcre/}
|
2000-06-20 14:54:51 -04:00
|
|
|
|
2001-03-05 11:02:33 -05:00
|
|
|
HOMEPAGE= http://www.pcre.org/
|
|
|
|
|
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
2000-06-20 14:54:51 -04:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-11-23 19:11:03 -05:00
|
|
|
WANTLIB= c
|
2000-06-20 14:54:51 -04:00
|
|
|
|
2004-01-14 12:21:52 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
2000-06-20 14:54:51 -04:00
|
|
|
|
2001-07-06 15:34:03 -04:00
|
|
|
post-install:
|
2002-03-07 04:55:49 -05:00
|
|
|
@strip ${PREFIX}/bin/{pcregrep,pcretest}
|
2001-07-06 15:34:03 -04:00
|
|
|
|
2000-06-20 14:54:51 -04:00
|
|
|
.include <bsd.port.mk>
|