# $Id: Portfile,v 1.3 2003/12/10 22:20:10 mww Exp $ PortSystem 1.0 name rtf2html version 1.1beta categories textproc maintainers mww@opendarwin.org platforms darwin freebsd description rtf to html converter long_description this is a tool for converting from the rtf-format to \ the html format. homepage http://www.45.free.net/~vitus/ice/catdoc master_sites ${homepage}/../misc/ distname ${name} checksums md5 823949bf2e1a7fc9d090fd2035b2e828 use_configure no build.target destroot { file mkdir ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/rtf2html ${destroot}${prefix}/bin/ file copy ${worksrcpath}/README ${worksrcpath}/README.orig \ ${destroot}${prefix}/share/doc/${name} }