6d10479749
TeXPower is a bundle of packages intended to provide an all- inclusive environment for designing pdf screen presentations to be viewed in full-screen mode, especially for projecting `online' with a video beamer. For some of its core functions, it uses code derived from ppower4 packages. It is, however, not a complete environment in itself: it relies on an existing class for preparing slides (such as foiltex or seminar) or another package such as pdfslide.
13 lines
370 B
Makefile
13 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/09 21:57:11 markd Exp $
|
|
# TeX Live Revision 15878
|
|
|
|
DISTNAME= texpower
|
|
PKGNAME= tex-${DISTNAME}-0.2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Create dynamic online presentations with LaTeX
|
|
|
|
DEPENDS+= tex-tpslifonts-[0-9]*:../../print/tex-tpslifonts
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|