pkgsrc/print/tex-seminar/Makefile
minskim 33e59e8f60 Import tex-seminar-1.5 as print/tex-seminar.
A class that produces overhead slides (transparencies), with many
facilities. The class requires availability of the fancybox package.
Seminar is also the basis of other classes, such as prosper. In fact,
seminar is not nowadays reckoned a good basis for a presentation --
users are advised to use more recent classes such as powerdot or beamer,
both of which are tuned to 21st-century presentation styles. Note that
the seminar distribution relies on the xcomment package, which was once
part of the bundle, but now has a separate existence.
2011-09-18 00:41:30 +00:00

18 lines
565 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/09/18 00:41:30 minskim Exp $
DISTNAME= seminar
PKGNAME= tex-${DISTNAME}-1.5
TEXLIVE_REV= 18322
MAINTAINER= minskim@NetBSD.org
COMMENT= Make overhead slides
CONFLICTS+= teTeX-texmf<=3.0nb30
DEPENDS+= tex-2up-[0-9]*:../../print/tex-2up
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks
DEPENDS+= tex-xcomment-[0-9]*:../../print/tex-xcomment
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"