a907d9dc12
Changes: * Add a real error message when a font cannot be found. * Add "Letters=Random" feature. * Fix bug in which "Unknown feature `'..." warnings were shown in the log file. * Some small documentation improvements.
16 lines
497 B
Makefile
16 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/03/17 17:58:04 minskim Exp $
|
|
|
|
DISTNAME= fontspec
|
|
PKGNAME= tex-${DISTNAME}-2.1f
|
|
TEXLIVE_REV= 21527
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Advanced font selection in XeLaTeX and LuaLaTeX
|
|
|
|
DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
|
|
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|