85703382f6
The Math Design project offers free mathematical fonts, and "faked" Caps-and-Small-Caps fonts, that fit with existing text fonts. So far, four font families are available: - the mdput family, which corresponds to Adobe Utopia text fonts; - the mdugm family, which corresponds to URW Garamond text fonts; - the mdfga family, which corresponds to the (commercial) Fontsite Garamond text fonts; - the mdbch family, which corresponds to Bitstream Charter text fonts. Each maths font has a range of extra symbols, and blackboard bold and 'mathcal' alphabets.
25 lines
719 B
Makefile
25 lines
719 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/12/04 17:53:35 minskim Exp $
|
|
|
|
DISTNAME= mathdesign
|
|
PKGNAME= tex-${DISTNAME}-2.31
|
|
TEXLIVE_REV= 31639
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Mathematical fonts to fit with particular text fonts
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
|
|
|
|
TEX_MAP_FILES+= mdbch.map
|
|
TEX_MAP_FILES+= mdgreek.map
|
|
TEX_MAP_FILES+= mdici.map
|
|
TEX_MAP_FILES+= mdpgd.map
|
|
TEX_MAP_FILES+= mdpus.map
|
|
TEX_MAP_FILES+= mdput.map
|
|
TEX_MAP_FILES+= mdugm.map
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|