# $Id: Portfile 48499 2009-03-23 23:07:54Z vinc17@macports.org $

PortSystem 1.0
name             groff
version          1.20.1
revision         1
categories       sysutils textproc
maintainers      nomaintainer
description      GNU Troff (Groff)
long_description \
   The groff (GNU Troff) software is a typesetting package which \
   reads plain text mixed with formatting commands and produces \
   formatted output. Groff now supports HTML.
homepage         http://www.gnu.org/software/groff/
platforms        darwin
master_sites     gnu
checksums        md5     48fa768dd6fdeb7968041dd5ae8e2b02 \
                 sha1    3066587d73df73c2bda235034f4515cf52d22549 \
                 rmd160  ec311727206d183fb04f1b4bd01c1284142fdb52
configure.args   --infodir=${prefix}/share/info \
                 --mandir=${prefix}/share/man \
                 --without-x

post-destroot {
    delete ${destroot}${prefix}/lib/charset.alias
}
