freebsd-ports/misc/tpp/Makefile
Yen-Ming Lee 47e6a10a58 - Update to 1.3.1
PR:		112075
Submitted by:	leeym
Approved by:	maintainer
2007-04-24 15:07:55 +00:00

25 lines
461 B
Makefile

# New ports collection makefile for: tpp
# Date created: 2004-08-30
# Whom: arved
#
# $FreeBSD$
PORTNAME= tpp
PORTVERSION= 1.3.1
CATEGORIES= misc
MASTER_SITES= http://synflood.at/tpp/
MAINTAINER= gogo@cs.uni-sb.de
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
MAN1= tpp.1
.include <bsd.port.mk>