# -*- 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 74947 2011-01-09 08:44:28Z dports@macports.org $

PortSystem 1.0

name		breqn
version		094
revision        1
categories	tex
platforms	darwin
maintainers	nomaintainer
description	Automatic equation breaking in TeX.
long_description	\
		Automatic line breaking of displayed equations in TeX.

homepage	http://www.ctan.org/tex-archive/help/Catalogue/entries/breqn.html

distfiles

replaced_by     texlive-latex3

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

livecheck.type  none

