d6fcd3efae
PR: 48521 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
32 lines
734 B
Makefile
32 lines
734 B
Makefile
# New ports collection makefile for: pcre
|
|
# Date created: 08 July 1998
|
|
# Whom: dom
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pcre
|
|
PORTVERSION= 3.9
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= dom@happygiraffe.net
|
|
COMMENT= Perl Compatible Regular Expressions library
|
|
|
|
# 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
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.if defined(WITH_UTF8)
|
|
CONFIGURE_ARGS+= --enable-utf8
|
|
.endif
|
|
|
|
MAN1= pcregrep.1 pcretest.1
|
|
MAN3= pcre.3 pcreposix.3
|
|
|
|
.include <bsd.port.mk>
|