pkgsrc/math/tex-mathspec/Makefile
markd 9c77814188 Add tex-mathspec{,-doc} 0.2b
The mathspec package provides an interface to typeset
mathematics in XeLaTeX with arbitrary text fonts using fontspec
as a backend. The package is under development and later
versions might to be incompatible with this version, as this
version is incompatible with earlier versions. The package
requires at least version 0.9995 of XeTeX.
2017-06-23 23:28:29 +00:00

17 lines
516 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/06/23 23:28:29 markd Exp $
DISTNAME= mathspec
PKGNAME= tex-${DISTNAME}-0.2b
TEXLIVE_REV= 42773
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/mathspec
COMMENT= Specify arbitrary fonts for mathematics in XeTeX
LICENSE= lppl-1.3c
DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"