# $Id: Portfile,v 1.6 2003/08/05 09:29:39 jkh Exp $ PortSystem 1.0 name rman version 3.0.9 categories textproc maintainers lomion@mac.com description Man page format converter long_description PolyglotMan takes formatted man pages from most of the popular flavours of UN*X and transforms them into any number of source formats. It can produce ASCII-only, section headers-only, TkMan, \[tn\]roff, Ensemble, SGML, HTML, LaTeX, RTF, Perl 5 POD. homepage http://polyglotman.sourceforge.net/ platforms darwin master_sites http://polyglotman.sourceforge.net/ checksums md5 f29a3bde5b35d1624f41357b96262f8f patchfiles patch-Makefile configure { cd ${worksrcpath} reinplace "s|__PREFIX|${prefix}|g" Makefile reinplace "s|__DSTROOT|${destroot}|g" Makefile } pre-destroot { system "install -d ${destroot}${prefix}/bin" system "install -d ${destroot}${prefix}/man/man1" }