# -*- 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 74744 2010-12-31 23:45:38Z dports@macports.org $

PortSystem      1.0

name            tex-mh
version         1
categories      tex print
maintainers     nomaintainer
description     The mh bundle
long_description \
                mh is a TeX package collection by Morten Hoegholm. \
                It contains Michael J. Downes' breqn, flexisym, mathstyle, \
                and mhsetup, mathtools, empheq, empheq07.
platforms       darwin
homepage        http://www.ctan.org/get/macros/latex/contrib/mh

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
