blob: 5febbfcb182b000c760e3a440fdb8dd155d928cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.18 2017/09/06 09:03:04 wiz Exp $
DISTNAME= prosper
PKGNAME= tex-${DISTNAME}-1.5
TEXLIVE_REV= 15878
MAINTAINER= nico@orgrim.net
HOMEPAGE= https://sourceforge.net/projects/prosper/
COMMENT= LaTeX class for high quality slides
LICENSE= lppl-1.2
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"
|