blob: 26711c2d5e8e05c8a0019fd805393579203347e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $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"
|