# $Id: Portfile,v 1.1 2003/08/30 13:29:05 fkr Exp $ PortSystem 1.0 name rtf2html version 1.1beta categories textproc maintainers mww@opendarwin.org 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/ distfiles ${name}${extract.sufx} checksums md5 823949bf2e1a7fc9d090fd2035b2e828 configure {} build.dir ${workpath}/${name} build.target post-build { system "cd ${build.dir} && strip rtf2html" } destroot { system "install -m 755 ${build.dir}/rtf2html \ ${destroot}${prefix}/bin/" }