pkgsrc/print/tex-beamer/Makefile
rodent a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00

15 lines
427 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/04/06 03:45:22 rodent Exp $
DISTNAME= beamer
PKGNAME= tex-${DISTNAME}-3.10
TEXLIVE_REV= 19443
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= LaTeX class for producing presentations and slides
CONFLICTS+= teTeX-texmf<=3.0nb22
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"