1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/misc/tpp/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

27 lines
499 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: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>