pkgsrc/fonts/tex-fourier/Makefile

20 lines
514 B
Makefile
Raw Normal View History

# $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
2016-01-30 05:56:40 +01:00
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"