1 | PortSystem 1.0 |
---|
2 | name rman |
---|
3 | version 3.2 |
---|
4 | categories textproc |
---|
5 | maintainers lomion@mac.com |
---|
6 | description Man page format converter |
---|
7 | 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. |
---|
8 | homepage http://polyglotman.sourceforge.net/ |
---|
9 | platforms darwin |
---|
10 | master_sites sourceforge:polyglotman |
---|
11 | |
---|
12 | checksums md5 6d1d67641c6d042595a96a62340d3cc6 |
---|
13 | patchfiles patch-Makefile |
---|
14 | |
---|
15 | configure { cd ${worksrcpath} |
---|
16 | reinplace "s|__PREFIX|${prefix}|g" Makefile |
---|
17 | reinplace "s|__DSTROOT|${destroot}|g" Makefile } |
---|
18 | pre-destroot { |
---|
19 | system "install -d ${destroot}${prefix}/bin" |
---|
20 | system "install -d ${destroot}${prefix}/man/man1" |
---|
21 | } |
---|