pkgsrc/graphics/tex-metapost/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

18 lines
502 B
Makefile

# $NetBSD: Makefile,v 1.4 2013/04/06 03:45:15 rodent Exp $
DISTNAME= metapost
PKGNAME= tex-${DISTNAME}-1.212
TEXLIVE_REV= 23089
MAINTAINER= minskim@NetBSD.org
COMMENT= Development of MetaFont for creating graphics
CONFLICTS+= teTeX-texmf<=3.0nb25
DEPENDS+= tex-kpathsea>=2009.16044:../../print/tex-kpathsea
DEPENDS+= web2c>=2011:../../print/web2c
TEX_MAP_FILES= troff-updmap.map
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"