pkgsrc/print/tex-beamer/Makefile
markd fcb5e3a83a tex-beamer{,-doc}: update to 3.50
- Fix index in documentation

  - Better handling of enumerate indentation

  - Initial work on better handling of appendix pages

  - Various doc fixes
2018-05-03 12:32:09 +00:00

16 lines
463 B
Makefile

# $NetBSD: Makefile,v 1.9 2018/05/03 12:32:09 markd Exp $
DISTNAME= beamer
PKGNAME= tex-${DISTNAME}-3.50
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-pgf-[0-9]*:../../print/tex-pgf
DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"