pkgsrc/fonts/tex-fontspec/Makefile
markd 3c722ae075 Update tex-fontspec{,-doc} to 2.6c
- v2.6b (2017/07/16)

    * Fix conflict with Polyglossia and `Scale=MatchLowercase`.
    * New feature `IgnoreFontspecFile` to avoid loading the `.fontspec`
      file for a font.
    * Fix regression with `\fontspec_if_feature:nTF`
      (which broke `realscripts`, oops — must improve my test suite)
2017-08-23 22:22:40 +00:00

21 lines
725 B
Makefile

# $NetBSD: Makefile,v 1.11 2017/08/23 22:22:40 markd Exp $
DISTNAME= fontspec
PKGNAME= tex-${DISTNAME}-2.6c
TEXLIVE_REV= 44867
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/fontspec
COMMENT= Advanced font selection in XeLaTeX and LuaLaTeX
LICENSE= lppl-1.3c
DEPENDS+= tex-euenc-[0-9]*:../../fonts/tex-euenc
DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
DEPENDS+= tex-l3packages-[0-9]*:../../devel/tex-l3packages
DEPENDS+= tex-iftex-[0-9]*:../../print/tex-iftex
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-luaotfload-[0-9]*:../../fonts/tex-luaotfload
DEPENDS+= tex-xunicode-[0-9]*:../../print/tex-xunicode
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"