1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/pcre/Makefile

22 lines
398 B
Makefile
Raw Normal View History

# New ports collection makefile for: pcre
# Version required: 3.1
# Date created: 08 July 1998
# Whom: dom
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
DISTNAME= pcre-3.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/
MAINTAINER= dom@myrddin.demon.co.uk
# Implies GNU_CONFIGURE.
USE_LIBTOOL= yes
MAN3= pcre.3 pcreposix.3
MAN1= pgrep.1
.include <bsd.port.mk>