# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $id$ PortSystem 1.0 name luatex version 0.47.0 categories tex maintainers gundla.ch:patrick description LuaTeX long_description LuaTeX is the successor of PDFTeX, Aleph and Omega. \ It is a typesetting system based on TeX but full \ unicode aware and programmable in Lua. This package \ provides luatex and texlua binaries only. It is not \ a full featured TeX installation. That means, you \ have to take care of format generation etc. homepage http://luatex.org platforms darwin use_bzip2 yes use_configure no distname ${name}-beta-${version} master_sites http://foundry.supelec.fr/gf/download/frsrelease/362/1414/ checksums md5 6ce419931551fcd56f79020f9312a629 \ sha1 102450d8c98759a71e220160cdfabe0416b44056 \ rmd160 1ace879eaaf94b4890e71226734a80bec22cc8ad build.cmd ./build.sh build.args --parallel build.target destroot { xinstall -m 755 -d ${destroot}${prefix}/bin xinstall -m 755 ${worksrcpath}/build/texk/web2c/luatex ${destroot}${prefix}/bin ln ${destroot}${prefix}/bin/luatex ${destroot}${prefix}/bin/texlua }