1998-07-12 22:59:19 +00:00
|
|
|
# New ports collection makefile for: pcre
|
|
|
|
# Date created: 08 July 1998
|
|
|
|
# Whom: dom
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1998-07-12 22:59:19 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= pcre
|
2002-09-20 09:47:36 +00:00
|
|
|
PORTVERSION= 3.9
|
2000-04-11 21:30:15 +00:00
|
|
|
CATEGORIES= devel
|
2001-05-03 08:38:54 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1998-07-12 22:59:19 +00:00
|
|
|
|
2001-06-07 07:46:06 +00:00
|
|
|
MAINTAINER= dom@happygiraffe.net
|
1998-07-12 22:59:19 +00:00
|
|
|
|
2002-09-20 09:47:36 +00:00
|
|
|
# Disabled until SourceForge put a proper copy of .tar.bz2 file on its mirrors
|
|
|
|
# Currently, it is corrupted and does not match the one on the master site:
|
|
|
|
# ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
|
|
|
|
#
|
|
|
|
# USE_BZIP2= yes
|
2001-11-24 01:56:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2000-03-24 01:57:51 +00:00
|
|
|
|
2001-11-24 01:56:44 +00:00
|
|
|
MAN1= pcregrep.1 pcretest.1
|
1998-07-12 22:59:19 +00:00
|
|
|
MAN3= pcre.3 pcreposix.3
|
2000-10-25 23:54:27 +00:00
|
|
|
|
1998-07-12 22:59:19 +00:00
|
|
|
.include <bsd.port.mk>
|