1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/devel/pcre/Makefile

28 lines
619 B
Makefile
Raw Normal View History

# New ports collection makefile for: pcre
# Date created: 08 July 1998
# Whom: dom
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-11 21:30:15 +00:00
PORTNAME= pcre
PORTVERSION= 3.9
2000-04-11 21:30:15 +00:00
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>