pkgsrc/fonts/tex-fourier/Makefile
minskim 2ccd47a260 Replace the updmap script with the version in TeX Live 2011.
Updating font maps is considerably faster with this version.
2011-11-06 08:43:28 +00:00

18 lines
473 B
Makefile

# $NetBSD: Makefile,v 1.2 2011/11/06 08:43:29 minskim Exp $
DISTNAME= fourier
PKGNAME= tex-${DISTNAME}-1.3
PKGREVISION= 1
TEXLIVE_REV= 15878
MAINTAINER= minskim@NetBSD.org
COMMENT= Using Utopia fonts in LaTeX documents
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEX_MAP_FILES+= fourier.map
TEX_MAP_FILES+= fourier-utopia-expert.map
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"