# $Id: Portfile 68886 2010-06-16 23:12:44Z dports@macports.org $

PortSystem 1.0

name           texlive_texmf-docs
version        2007
revision       1
categories     tex
maintainers    nomaintainer
description    Docs 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

replaced_by    texlive-common

pre-fetch {
    ui_msg "$name is no longer used; install texlive instead."
    return -code error "$name cannot be installed"
}

use_configure   no
build           {}
destroot        {}
livecheck.type  none

