summaryrefslogtreecommitdiff
path: root/fonts/tex-fontspec/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2009-07-21 07:24:30 +0000
committerminskim <minskim>2009-07-21 07:24:30 +0000
commit0b53b63b13535ec9c9a4a2e53732347f0ef9bfb5 (patch)
tree8df4cec5c2f7a924240a5e154e7523213adedac7 /fonts/tex-fontspec/Makefile
parented2742c46e4cb17cc800f7db0b345774fa9310f8 (diff)
downloadpkgsrc-0b53b63b13535ec9c9a4a2e53732347f0ef9bfb5.tar.gz
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.
Diffstat (limited to 'fonts/tex-fontspec/Makefile')
-rw-r--r--fonts/tex-fontspec/Makefile16
1 files changed, 16 insertions, 0 deletions
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"