1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/pcre/Makefile
Michael Haro fa5004af09 This updates the pcre port to v3.1. This includes shared libs
using that bane of every porters life, libtool.  Unfortunately,
the libtool support in this library is decidely non-standard, so
it still installs .la files.  They aren't in the PLIST though.

PR:		17294
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
2000-03-24 01:57:51 +00:00

22 lines
398 B
Makefile

# 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>