eeb7369472
Changes: * MetaPost now adheres to the openin_any / openout_any settings in texmf.cnf * In some cases 'readfrom' made the file's path be prepended to the actually read string from the file. * The 'prologues:=3 output' with embedded labels was unreliable, especially when the resulting eps was included into a TeX document via dvips. * 'newinternal numeric' has been fixed, it generated an error in metapost 1.211. * Label regeneration sometimes failed to run when the file time stamps were close together. * Reallocation of the string pool during output file name creation ('outputtemplate') could cause corruption in the created file's name.
18 lines
505 B
Makefile
18 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/12/15 22:34:40 minskim Exp $
|
|
|
|
DISTNAME= metapost
|
|
PKGNAME= tex-${DISTNAME}-1.212
|
|
TEXLIVE_REV= 23089
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= A 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"
|