# New ports collection makefile for:	pcre
# Date created:				08 July 1998
# Whom:					dom
#
# $FreeBSD: ports/devel/pcre/Makefile,v 1.7 2000/10/25 23:54:27 jeh Exp $
#

PORTNAME=	pcre
PORTVERSION=	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

# Otherwise we get a broken pgrep shell script installed
# instead of the binary we really want.
pre-install:
	@${LN} -f ${WRKSRC}/.libs/pgrep ${WRKSRC}/pgrep

.include <bsd.port.mk>
