pkgsrc/print/tex-beamer/Makefile
leot f31f362e33 tex-beamer: Add missing depends
(etoolbox, oberdiek (for atbegshi and ifpdf), hyperref and translator
were only documented in the longdesc of beamer.tlpobj... amscls
(for amsthm) and geometry were unfortunately not documented in any
way.)

Bump PKGREVISION
2018-06-12 18:54:39 +00:00

23 lines
808 B
Makefile

# $NetBSD: Makefile,v 1.10 2018/06/12 18:54:39 leot Exp $
DISTNAME= beamer
PKGNAME= tex-${DISTNAME}-3.50
PKGREVISION= 1
TEXLIVE_REV= 46705
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/beamer
COMMENT= LaTeX class for producing presentations and slides
LICENSE= lppl-1.3c OR gnu-gpl-v2
DEPENDS+= tex-amscls-[0-9]*:../../print/tex-amscls
DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry
DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek
DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
DEPENDS+= tex-translator-[0-9]*:../../print/tex-translator
DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"