pkgsrc/fonts/tex-fourier/Makefile
markd 254e343bd6 tex-fourier{,-doc}: update to 2.3
* there is a new \caution command (dangerous bend).
* Chars selection now use the \texorpdfstring command and the
  \TakeFourierOrnament command have been replaced by \FourierOrns.
* chars in the type1 fonts are now in place of digits or letters like
  in the OTF font.
2022-04-09 21:14:43 +00:00

19 lines
514 B
Makefile

# $NetBSD: Makefile,v 1.7 2022/04/09 21:14:43 markd Exp $
DISTNAME= fourier
PKGNAME= tex-${DISTNAME}-2.3
TEXLIVE_REV= 61937
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/fourier
COMMENT= Using Utopia fonts in LaTeX documents
LICENSE= lppl-1.3c
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEX_MAP_FILES+= fourier-utopia-expert.map
TEX_MAP_FILES+= fourier.map
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"