aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pcre/Makefile
blob: efd89bb1043e2d8bdb45727d038f2ba80328b578 (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
# Date created:             08 July 1998
# Whom:                 dom
#
# $FreeBSD$
#

PORTNAME=   pcre
PORTVERSION=    3.4
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= dom@myrddin.demon.co.uk

USE_LIBTOOL=    yes

MAN3=       pcre.3 pcreposix.3
MAN1=       pcregrep.1

.include <bsd.port.mk>