diff options
Diffstat (limited to 'textproc/pcrs/Makefile')
-rw-r--r-- | textproc/pcrs/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/textproc/pcrs/Makefile b/textproc/pcrs/Makefile deleted file mode 100644 index 5e2f8163a5b8..000000000000 --- a/textproc/pcrs/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# 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 - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -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> |