2075b908d1
* 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.
20 lines
617 B
Makefile
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"
|