1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/misc/tpp/Makefile
Martin Wilke 817d587d43 - Pass maintainership to Submitter
- Fix build problem

PR:             109988
Submitted by:   Robert Gogolok<gogo@cs.uni-sb.de>
2007-03-06 18:35:51 +00:00

25 lines
459 B
Makefile

# New ports collection makefile for: tpp
# Date created: 2004-08-30
# Whom: arved
#
# $FreeBSD$
PORTNAME= tpp
PORTVERSION= 1.3
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>