blob: d8de580b5c1e8f3a339321f3bad9c3781ef2bc57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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
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>
|