# $Id: Portfile 70583 2010-08-14 13:56:39Z ryandesign@macports.org $

PortSystem 1.0

name            texlive_texmf-minimal
version         2007
revision        4
categories      tex
maintainers     nomaintainer
description     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
supported_archs noarch

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

