# $Id: Portfile,v 1.4 2005/09/07 18:31:09 toby Exp $

PortSystem 1.0
name             groff
version          1.19.2
categories       sysutils textproc
maintainers      toby@opendarwin.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
}
