Changes: The Type 1 Euler fonts have been upgraded so that some inconsistencies with the character widths in the corresponding TFM files have been fixed, and minor optimizations were carried out on some of the character outlines. The changes affect only the PFB, AFM, and PFM files.
24 lines
627 B
Makefile
24 lines
627 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/10/09 19:47:08 minskim Exp $
|
|
|
|
DISTNAME= amsfonts
|
|
PKGNAME= tex-${DISTNAME}-3.03
|
|
TEXLIVE_REV= 26315
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= TeX fonts from the American Mathematical Society
|
|
LICENSE= open-font-license
|
|
|
|
CONFLICTS+= teTeX-texmf<=3.0nb13
|
|
CONFLICTS+= tex-cm<2009
|
|
CONFLICTS+= tex-latex-fonts<2009
|
|
CONFLICTS+= tex-misc<2009
|
|
|
|
TEX_MAP_FILES+= euler.map
|
|
TEX_MIXEDMAP_FILES+= cm.map
|
|
TEX_MIXEDMAP_FILES+= cmextra.map
|
|
TEX_MIXEDMAP_FILES+= cyrillic.map
|
|
TEX_MIXEDMAP_FILES+= latxfont.map
|
|
TEX_MIXEDMAP_FILES+= symbols.map
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|