fcb5e3a83a
- Fix index in documentation - Better handling of enumerate indentation - Initial work on better handling of appendix pages - Various doc fixes
16 lines
463 B
Makefile
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"
|