# $Id: Portfile 91970 2012-04-14 10:26:50Z jmr@macports.org $

PortSystem 1.0

name            unix2dos
replaced_by     dos2unix
version         5.0
license         BSD
categories      textproc
platforms       darwin
homepage        http://www.xs4all.nl/~waterlan/dos2unix.html
description     Convert text from unix to dos format
long_description ${description}
maintainers     nomaintainer
distfiles

pre-configure {
    ui_error "${name} has been renamed to ${replaced_by}. Please install ${replaced_by} instead."
    return -code error "obsolete port"
}
