aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pcre/Makefile
blob: c4b9e6c130cbbfeb9c64dc5a83e5900812153a8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    pcre
# Version required:         3.1
# Date created:             08 July 1998
# Whom:                 dom
#
# $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>