pkgsrc/fonts/tex-luaotfload/Makefile
markd 2075b908d1 tex-luaotfload{,-doc}: update to 3.18
*  Allow using variable fonts without explicitly specifying any
   axis values
*  The fontloader has been synced with the context code from
   2021-05-20
*  Multiple small fixes, mostly concerning discretionaries in harf
   mode.
2021-06-06 11:09:50 +00:00

20 lines
617 B
Makefile

# $NetBSD: Makefile,v 1.14 2021/06/06 11:09:50 markd Exp $
DISTNAME= luaotfload
PKGNAME= tex-${DISTNAME}-3.18
TEXLIVE_REV= 59293
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/luaotfload
COMMENT= OpenType layout system for Plain TeX and LaTeX
LICENSE= gnu-gpl-v2
DEPENDS+= tex-lm-[0-9]*:../../fonts/tex-lm
DEPENDS+= tex-lualibs-[0-9]*:../../devel/tex-lualibs
DEPENDS+= tex-luatexbase-[0-9]*:../../devel/tex-luatexbase
CHECK_INTERPRETER_SKIP= share/texmf-dist/scripts/luaotfload/*
TEX_TEXMF_DIRS= ${PREFIX}/share/texmf-dist
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"