1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/textproc/pcrs/Makefile
Tijl Coosemans 1b6b6d972f Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:26:09 +00:00

34 lines
686 B
Makefile

# Created by: Ken Wong <wongk@apt.homeunix.net>
# $FreeBSD$
PORTNAME= pcrs
PORTVERSION= 0.0.3
PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= http://distfiles.master.finkmirrors.net/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= wongk@apt.homeunix.net
COMMENT= Perl-compatible regular expression based substitutions
LICENSE= LGPL21
LIB_DEPENDS= libpcre.so:devel/pcre
USES= gmake
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/pcrsed \
lib/libpcrs.a \
lib/libpcrs.so \
lib/libpcrs.so.0 \
man/man3/pcrs.3.gz
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/pcrsed ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>