blob: 19c767a97ddce7c81bdb4a434a18526ba23bca05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.8 2019/05/11 22:39:41 markd Exp $
DISTNAME= unicode-math
PKGNAME= tex-${DISTNAME}-0.8o
TEXLIVE_REV= 50245
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/unicode-math
COMMENT= Unicode mathematics support for XeTeX and LuaTeX
LICENSE= lppl-1.3c
DEPENDS+= tex-filehook-[0-9]*:../../print/tex-filehook
DEPENDS+= tex-fontspec-[0-9]*:../../fonts/tex-fontspec
DEPENDS+= tex-l3kernel-[0-9]*:../../devel/tex-l3kernel
DEPENDS+= tex-lm-math-[0-9]*:../../fonts/tex-lm-math
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|