# $Id: Portfile,v 1.1 2004/09/10 01:23:49 toby Exp $ PortSystem 1.0 name unrtf version 0.19.3 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 checksums md5 e7eedca559efd94baf6f9541d7510a9b 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 }