# $Id$ PortSystem 1.0 name texlive_texmf-full version 2007 categories tex maintainers milosh openmaintainer description full texmf tree for texlive long_description TeX Live is an easy way to get up and running with TeX. \ It provides a comprehensive TeX system with binaries for most flavors \ of Unix, including GNU/Linux, and also Windows. It includes all the \ major TeX-related programs, macro packages, and fonts that are free \ software, including support for many languages around the world. homepage http://www.tug.org/texlive/ platforms darwin depends_run port:texlive_base master_sites http://students.dec.bournemouth.ac.uk/ebarrett/texlive/distfiles/ distname ${name}-${version} worksrcdir ${name}-${version} checksums md5 1cf12855a3ab90b5c6465c8cc86491d5 \ sha1 5869e551286285604ff3326286f858d86c6051d5 use_configure no build { delete ${worksrcpath}/texmf/doc/man delete ${worksrcpath}/texmf/fmtutil/format.xetex.cnf delete ${worksrcpath}/texmf-dist/tex/generic/xetexconfig delete ${worksrcpath}/texmf-dist/tex/xelatex/xetexconfig delete ${worksrcpath}/texmf-dist/tex/xelatex/xetexurl } destroot { copy ${worksrcpath}/texmf ${destroot}${prefix}/share copy ${worksrcpath}/texmf-dist ${destroot}${prefix}/share } post-activate { system "mktexlsr" } livecheck.check regex livecheck.url ${homepage}acquire.html livecheck.regex "TeX Live (\[0-9\]+) "