From 0b53b63b13535ec9c9a4a2e53732347f0ef9bfb5 Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 21 Jul 2009 07:24:30 +0000 Subject: Import tex-fontspec-1.18 as fonts/tex-fontspec. Fontspec is a package for XeLaTeX. It provides an automatic and unified interface to feature-rich AAT and OpenType fonts through the NFSS in LaTeX running on XeTeX. XeTeX (the successor to TeX-GX) is a TeX-variant (originally for Mac OS X, but now available in the major distributions for other platforms, too) that accepts unicode input and can access system fonts directly. --- fonts/tex-fontspec/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 fonts/tex-fontspec/Makefile (limited to 'fonts/tex-fontspec/Makefile') diff --git a/fonts/tex-fontspec/Makefile b/fonts/tex-fontspec/Makefile new file mode 100644 index 00000000000..28ad278999e --- /dev/null +++ b/fonts/tex-fontspec/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/21 07:24:30 minskim Exp $ +# TeX Live Revision 10220 + +DISTNAME= fontspec +PKGNAME= tex-${DISTNAME}-1.18 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Automatic interface to feature-rich fonts in XeLaTeX + +DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools +DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3