# $Id: Portfile 32231 2007-12-21 05:43:22Z ecronin@macports.org $

PortSystem 1.0

name            txt2man
version         1.5.5
categories      textproc
maintainers     ecronin
description     Converts flat ASCII text to man page format
long_description \
        Txt2man converts flat ASCII text into the man page format. \
        This allows man pages to be authored without knowledge of \
        nroff macros. It is a shell script that uses GNU awk, and \
        it should run on any Unix-like system.
homepage        http://mvertes.free.fr/
platforms       darwin

master_sites    http://mvertes.free.fr/download/

checksums       md5 d10fe6e9876a2969201ea4d75ac9ea48 \
                sha1 e19c284ebcf4ced66ccb4a4954d99e69cc7b63b1 \
                rmd160 1272f520556ed5c57a2886c5a0c3d4536a0f0459

use_configure   no
build           {}

destroot.env    prefix=${destroot}${prefix}
