# $Id: Portfile,v 1.2 2005/06/15 19:22:14 toby Exp $ PortSystem 1.0 name unrtf version 0.19.7 categories textproc maintainers toby@opendarwin.org description RTF converter long_description \ UnRTF is a command-line program written in C which \ converts documents in Rich Text (.rtf) format to HTML, \ LaTeX, PostScript, and other formats. homepage http://www.gnu.org/software/unrtf/unrtf.html platforms darwin master_sites gnu:${name}/${version} checksums md5 1cddb206f3ff5451c8d7699acba26a77 patchfiles patch-error.c patch-main.c \ patch-malloc.c patch-output.c configure {} destroot { xinstall -m 0555 ${worksrcpath}/unrtf \ ${destroot}${prefix}/bin xinstall -m 0444 ${worksrcpath}/unrtf.1 \ ${destroot}${prefix}/share/man/man1 }