Ticket #13713: rtf2html.patch
File rtf2html.patch, 1.3 KB (added by freespace+macforge@…, 17 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 name rtf2html 5 version 1.1beta5 version 0.2.0 6 6 categories textproc 7 7 maintainers nomaintainer 8 8 platforms darwin freebsd 9 9 description rtf to html converter 10 10 long_description this is a tool for converting from the rtf-format to \ 11 11 the html format. 12 homepage http://www.45.free.net/~vitus/ice/catdoc 13 master_sites ${homepage}/../misc/ 14 distname ${name} 15 checksums md5 823949bf2e1a7fc9d090fd2035b2e828 12 homepage http://sourceforge.net/projects/rtf2html 13 master_sites http://downloads.sourceforge.net/rtf2html/ 14 checksums md5 cc528c5b14d31be1afdb7971a763cf6d 16 15 17 use_configure no18 16 19 17 build.target 20 18 21 destroot 22 23 24 file copy ${worksrcpath}/README ${worksrcpath}/README.orig\25 26 } 19 destroot { 20 file mkdir ${destroot}${prefix}/share/doc/${name} 21 file copy ${worksrcpath}/rtf2html ${destroot}${prefix}/bin/ 22 file copy ${worksrcpath}/README ${worksrcpath}/README.ru \ 23 ${destroot}${prefix}/share/doc/${name} 24 }