pkgsrc/print/tex-xltxtra/Makefile
minskim 2ba083ddc6 Import tex-xltxtra-0.4 as print/tex-xltxtra.
The package loads the fixltx2e package from the LaTeX distribution,
and etex.sty from the e-TeX distribution.  The package then patches
the \- (discretionary hyphen command) to use the current hyphen
character (which may be different from than the default, which is the
character at the ASCII hyphen slot), and the \textsuperscript command
(from the LaTeX kernel) and the \textsubscript command (from the
fixltx2e package).  The package also provides parameterised versions
of the "bumpy road" logos for TeX, LaTeX and XeTeX; these versions of
the logos are designed to respond to the font that is being used for
typesetting.
2009-07-25 07:53:46 +00:00

18 lines
612 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/07/25 07:53:46 minskim Exp $
# TeX Live Revision 9907
DISTNAME= xltxtra
PKGNAME= tex-${DISTNAME}-0.4
MAINTAINER= minskim@NetBSD.org
COMMENT= Extras files for LaTeX users of XeTeX
DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex
DEPENDS+= tex-etex-pkg-[0-9]*:../../print/tex-etex-pkg
DEPENDS+= tex-fontspec-[0-9]*:../../fonts/tex-fontspec
DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-xunicode-[0-9]*:../../print/tex-xunicode
.include "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"