pkgsrc/print/tex-prosper/Makefile
minskim 79313036c9 Update tex-prosper to 1.5 and remove dependencies on teTeX.
Based on patches from Nicolas Thauvin.

Changes:
* bookmarks for all overlays
* corrected bug preventing correct use of \cite in slides with overlays.
* corrected reinitialization problem of the current color when
  option "colorlinks" is true
* Now, counters are not incremented inside overlays. Added macros to support
  this. Labels should no longer reported multiply defined in overlays either.
* Prosper now supports Adobe distiller for transforming PS files into PDF
  files
2011-09-18 03:30:26 +00:00

22 lines
798 B
Makefile

# $NetBSD: Makefile,v 1.16 2011/09/18 03:30:26 minskim Exp $
DISTNAME= prosper
PKGNAME= tex-${DISTNAME}-1.5
TEXLIVE_REV= 15878
MAINTAINER= nico@orgrim.net
HOMEPAGE= http://sourceforge.net/projects/prosper/
COMMENT= LaTeX class for high quality slides
DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
DEPENDS+= tex-fp-[0-9]*:../../math/tex-fp
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+= tex-multido-[0-9]*:../../devel/tex-multido
DEPENDS+= tex-psnfss-[0-9]*:../../fonts/tex-psnfss
DEPENDS+= tex-seminar-[0-9]*:../../print/tex-seminar
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"