d347179882
Add support for LuaTeX and XeTeX.
19 lines
638 B
Makefile
19 lines
638 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/07/09 14:29:22 minskim Exp $
|
|
|
|
DISTNAME= fontspec
|
|
PKGNAME= tex-${DISTNAME}-2.2b
|
|
TEXLIVE_REV= 26230
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
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-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"
|