2010-02-15 00:45:44 +01:00
|
|
|
# $NetBSD: Makefile,v 1.5 2010/02/14 23:45:44 minskim Exp $
|
2010-02-11 23:00:45 +01:00
|
|
|
# TeX Live Revision 16044
|
2009-04-13 20:59:45 +02:00
|
|
|
|
|
|
|
DISTNAME= luatex
|
2009-06-10 00:23:33 +02:00
|
|
|
PKGNAME= tex-${DISTNAME}-0.2
|
2010-02-15 00:45:44 +01:00
|
|
|
PKGREVISION= 2
|
2009-04-13 20:59:45 +02:00
|
|
|
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.luatex.org/
|
|
|
|
COMMENT= LuaTeX basic definition package
|
|
|
|
|
2009-06-10 00:23:33 +02:00
|
|
|
DEPENDS+= luatex-[0-9]*:../../print/luatex
|
2009-04-13 20:59:45 +02:00
|
|
|
DEPENDS+= tex-etex-[0-9]*:../../print/tex-etex
|
|
|
|
DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
|
2009-06-10 00:23:33 +02:00
|
|
|
DEPENDS+= tex-plain>=3.14159265.12854:../../print/tex-plain
|
2009-04-13 20:59:45 +02:00
|
|
|
|
2009-04-14 04:29:01 +02:00
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
|
2010-02-15 00:45:44 +01:00
|
|
|
TEX_FORMATS+= "luatex luatex language.def luatex.ini\\ndviluatex luatex language.def dviluatex.ini\\n"
|
2009-04-13 20:59:45 +02:00
|
|
|
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
|
|
|
|
|
2010-02-11 23:00:45 +01:00
|
|
|
.include "../../print/texlive/package.mk"
|
2009-04-14 04:29:01 +02:00
|
|
|
|
|
|
|
post-install:
|
2010-02-11 23:00:45 +01:00
|
|
|
${LN} -sf luatex ${DESTDIR}${PREFIX}/bin/dviluatex
|
2009-04-14 04:29:01 +02:00
|
|
|
|
2009-04-13 20:59:45 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|