1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/misc/tpp/Makefile
Adam Weinberger 511c49bdec In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
2014-08-04 03:40:14 +00:00

27 lines
523 B
Makefile

# 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:${PORTSDIR}/devel/ruby-ncurses \
figlet:${PORTSDIR}/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>