# -*- 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: Portfile 75080 2011-01-15 00:28:41Z dports@macports.org $

PortSystem 1.0

name			teTeX
version			3.0
revision		7
epoch			20080130
categories		print textproc
maintainers		nomaintainer
description		TeX and METAFONT
long_description	teTeX is a TeX distribution for UNIX compatible	\
			systems.  It contains the latest versions of	\
			TeX & friends and nearly everything you need	\
			for happy TeX'ing.  For more information have	\
			a look at the lengthy FEATURES file of the	\
			distribution.
homepage		http://www.tug.org/teTeX/
platforms               darwin

distfiles

replaced_by     texlive

pre-configure {
    ui_error "${name} has been replaced by ${replaced_by}; please install that port instead"
    return -code error "obsolete port"
}

livecheck.type  none

