diff options
Diffstat (limited to 'misc/tpp/Makefile')
-rw-r--r-- | misc/tpp/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/misc/tpp/Makefile b/misc/tpp/Makefile deleted file mode 100644 index 2e0fcc317a29..000000000000 --- a/misc/tpp/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: arved -# $FreeBSD$ - -PORTNAME= tpp -PORTVERSION= 1.3.1 -CATEGORIES= misc -MASTER_SITES= http://synflood.at/tpp/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Text presentation program - -DEPRECATED= Depends on expired devel/ruby-ncurses -EXPIRATION_DATE=2018-02-21 - -RUN_DEPENDS= ${RUBY_SITELIBDIR}/ncurses.rb:devel/ruby-ncurses \ - figlet:misc/figlet - -NO_BUILD= yes -USE_RUBY= yes -RUBY_NO_BUILD_DEPENDS= yes - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -E -e 's,share/man,man,' \ - -e 's,(DOC|INS|MAN)PATH),DESTDIR)$$(&,' \ - ${WRKSRC}/Makefile - -.include <bsd.port.mk> |