1998-07-13 00:59:19 +02:00
|
|
|
# New ports collection makefile for: pcre
|
|
|
|
# Date created: 08 July 1998
|
|
|
|
# Whom: dom
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1998-07-13 00:59:19 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= pcre
|
2002-09-20 11:47:36 +02:00
|
|
|
PORTVERSION= 3.9
|
2000-04-11 23:30:15 +02:00
|
|
|
CATEGORIES= devel
|
2001-05-03 10:38:54 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1998-07-13 00:59:19 +02:00
|
|
|
|
2001-06-07 09:46:06 +02:00
|
|
|
MAINTAINER= dom@happygiraffe.net
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Perl Compatible Regular Expressions library
|
1998-07-13 00:59:19 +02:00
|
|
|
|
2002-09-20 11:47:36 +02: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 02:56:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2000-03-24 02:57:51 +01:00
|
|
|
|
2003-02-21 18:54:37 +01:00
|
|
|
.if defined(WITH_UTF8)
|
2003-02-21 02:17:51 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-utf8
|
|
|
|
.endif
|
|
|
|
|
2001-11-24 02:56:44 +01:00
|
|
|
MAN1= pcregrep.1 pcretest.1
|
1998-07-13 00:59:19 +02:00
|
|
|
MAN3= pcre.3 pcreposix.3
|
2000-10-26 01:54:27 +02:00
|
|
|
|
1998-07-13 00:59:19 +02:00
|
|
|
.include <bsd.port.mk>
|