diff options
author | minskim <minskim@pkgsrc.org> | 2009-04-13 18:59:45 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-04-13 18:59:45 +0000 |
commit | 2fc5ee9032d39a4aa39d30d1e9c9cd3db2e841a5 (patch) | |
tree | 391216dbf6deb150fc75d66b0907008017917454 /print/tex-luatex/Makefile | |
parent | 5534bd4529457914d078772b4a9f7b32160a8d84 (diff) | |
download | pkgsrc-2fc5ee9032d39a4aa39d30d1e9c9cd3db2e841a5.tar.gz |
Import tex-luatex-0.1 as print/tex-luatex.
This package manages the new and extended features and resources that
LuaTeX provides. Examples are attributes and catcode tables.
Diffstat (limited to 'print/tex-luatex/Makefile')
-rw-r--r-- | print/tex-luatex/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/print/tex-luatex/Makefile b/print/tex-luatex/Makefile new file mode 100644 index 00000000000..c1c7f25d8a9 --- /dev/null +++ b/print/tex-luatex/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/04/13 18:59:45 minskim Exp $ +# TeX Live Revision 10592 + +DISTNAME= luatex +PKGNAME= tex-${DISTNAME}-0.1 + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://www.luatex.org/ +COMMENT= LuaTeX basic definition package + +DEPENDS+= tex-etex-[0-9]*:../../print/tex-etex +DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex +DEPENDS+= web2c-[0-9]*:../../print/web2c + +TEX_FORMAT_NAMES+= luatex +TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" |