1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/pcre/Makefile
Akinori MUSHA 15d80651a9 - Update pcre to 3.9
- Temporarily disable USE_BZIP2 due to corrupted distfile
  on SourceForge mirrors

PR:		ports/42067
Submitted by:	Sergei Kolobov <sergei@kolobov.com>

(no response from MAINTAINER)
2002-09-20 09:47:36 +00:00

28 lines
619 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
# 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
MAN1= pcregrep.1 pcretest.1
MAN3= pcre.3 pcreposix.3
.include <bsd.port.mk>