# $Id: Portfile 31349 2007-11-20 21:32:27Z milosh@macports.org $ PortSystem 1.0 name texlive version 2007 revision 2 categories tex maintainers milosh openmaintainer description TeX Live is a TeX distribution 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 master_sites http://students.dec.bournemouth.ac.uk/ebarrett/texlive/distfiles/ depends_lib port:texlive_base port:texlive_texmf-full use_configure no fetch {} checksum {} extract {} build {} destroot { touch ${destroot}${prefix}/share/texlive/ } variant minimal description {Only install minimal texmf tree} { depends_lib-delete port:texlive_texmf-full } variant letter description {Set paper format to letter} { post-activate { system "texconfig-sys paper letter" } } variant doc description {Build docs} { depends_lib-append port:texlive_texmf-docs } livecheck.check regex livecheck.url ${homepage}acquire.html livecheck.regex "TeX Live (\[0-9\]+) "