diff options
-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 |