tpp stands for text presentation program and is an ncurses-based presentation tool. The presentation can be written with your favorite editor in a simple description format and then shown on any text terminal that is supported by ncurses - ranging from an old VT100 to the Linux framebuffer to an xterm.
25 lines
633 B
Makefile
25 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/03/29 23:35:55 emil_s Exp $
|
|
#
|
|
|
|
DISTNAME= tpp-1.3.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://synflood.at/tpp/
|
|
|
|
MAINTAINER= emil@math.su.se
|
|
HOMEPAGE= http://synflood.at/tpp/
|
|
COMMENT= Tpp is an ncurses-based presentation tool
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-ncurses>=0.8:../../devel/ruby-ncurses
|
|
DEPENDS+= figlet-[0-9]*:../../misc/figlet
|
|
|
|
NO_BUILD= yes
|
|
|
|
INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
|
|
INSTALL_MAKE_FLAGS+= MANPATH=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
.include "../../lang/ruby/modules.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|