Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0
name groff
version 1.19.2
revision 1
categories sysutils textproc
maintainers nomaintainer@macports.org
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 sha1 cfad99a5c52933a6a9180e394bd94fbaec0ac956
patchfiles patch-tmac__doc-common
configure.args --infodir=\\\${prefix}/share/info \
--mandir=\\\${prefix}/share/man \
--without-x
destroot.destdir prefix=${destroot}${prefix}
post-destroot {
file delete ${prefix}/share/info/dir
}

files