diff options
author | minskim <minskim@pkgsrc.org> | 2009-04-13 07:36:07 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-04-13 07:36:07 +0000 |
commit | 6fabfe4f17c2bba79d5870be82f71caa232adeb4 (patch) | |
tree | 0a3a58974d5a5f7e8b85a5c99c865b898259bc07 /print/tex-pdftex/Makefile | |
parent | 9c7b6e1d3b1088779732767cddbcded86e94beff (diff) | |
download | pkgsrc-6fabfe4f17c2bba79d5870be82f71caa232adeb4.tar.gz |
Import tex-pdftex-1.40.9 as print/tex-pdftex.
An extension of TeX which can be configured to directly generate PDF
documents instead of DVI. All current TeX distributions including TeX
live, MacTeX, and MiKTeX include pdfTeX (Plain TeX) and pdfLaTeX
(LaTeX). ConTeXt is designed around use of pdfTeX.
Diffstat (limited to 'print/tex-pdftex/Makefile')
-rw-r--r-- | print/tex-pdftex/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/print/tex-pdftex/Makefile b/print/tex-pdftex/Makefile new file mode 100644 index 00000000000..86f7d16690d --- /dev/null +++ b/print/tex-pdftex/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/04/13 07:36:07 minskim Exp $ +# TeX Live Revision 12298 + +DISTNAME= pdftex +PKGNAME= tex-${DISTNAME}-1.40.9 + +MAINTAINER= minskim@NetBSD.org +COMMENT= TeX extension for direct creation of PDF + +CONFLICTS+= teTeX-bin<=3.0nb29 +DEPENDS+= tex-bin-kpathsea-[0-9]*:../../print/tex-bin-kpathsea +DEPENDS+= tex-etex-[0-9]*:../../print/tex-etex +DEPENDS+= tex-hyphen-base-[0-9]*:../../print/tex-hyphen-base +DEPENDS+= tex-plain-[0-9]*:../../print/tex-plain +DEPENDS+= web2c-[0-9]*:../../print/web2c + +TEX_FORMAT_NAMES+= pdftex +TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" |