diff options
author | minskim <minskim@pkgsrc.org> | 2009-04-14 02:29:01 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-04-14 02:29:01 +0000 |
commit | 31ec20538f71a9104f4d7a6bd84c4ad8d593965f (patch) | |
tree | 108d045d47dd4f71d88304ce6cbec54102e9f479 /print/tex-luatex | |
parent | c11cb2bb5b4aa86a438abb6dcc93e553f99c2179 (diff) | |
download | pkgsrc-31ec20538f71a9104f4d7a6bd84c4ad8d593965f.tar.gz |
- Create a symlink for the generated format: pdfluatex.
- Explicitly depend on tex-plain.
Bump PKGREVISION.
Diffstat (limited to 'print/tex-luatex')
-rw-r--r-- | print/tex-luatex/Makefile | 10 | ||||
-rw-r--r-- | print/tex-luatex/PLIST | 3 |
2 files changed, 11 insertions, 2 deletions
diff --git a/print/tex-luatex/Makefile b/print/tex-luatex/Makefile index c1c7f25d8a9..4e92380c844 100644 --- a/print/tex-luatex/Makefile +++ b/print/tex-luatex/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/04/13 18:59:45 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/04/14 02:29:01 minskim Exp $ # TeX Live Revision 10592 DISTNAME= luatex PKGNAME= tex-${DISTNAME}-0.1 +PKGREVISION= 1 MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.luatex.org/ @@ -10,10 +11,17 @@ COMMENT= LuaTeX basic definition package DEPENDS+= tex-etex-[0-9]*:../../print/tex-etex DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex +DEPENDS+= tex-plain-[0-9]*:../../print/tex-plain DEPENDS+= web2c-[0-9]*:../../print/web2c +INSTALLATION_DIRS+= bin + TEX_FORMAT_NAMES+= luatex TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf .include "../../print/texlive/module.mk" + +post-install: + ${LN} -sf luatex ${DESTDIR}${PREFIX}/bin/pdfluatex + .include "../../mk/bsd.pkg.mk" diff --git a/print/tex-luatex/PLIST b/print/tex-luatex/PLIST index 42196e63447..67880e0b88e 100644 --- a/print/tex-luatex/PLIST +++ b/print/tex-luatex/PLIST @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/13 18:59:45 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2009/04/14 02:29:01 minskim Exp $ +bin/pdfluatex share/texmf/fmtutil/format.luatex.cnf |