1 | PortSystem 1.0 |
---|
2 | |
---|
3 | name muttprint |
---|
4 | categories mail |
---|
5 | version 0.72d |
---|
6 | platforms darwin |
---|
7 | |
---|
8 | description pretty printing of your mails |
---|
9 | long_description \ |
---|
10 | Muttprint formats the output of mail clients to a good-looking \ |
---|
11 | printing. It uses the typesetting system LaTeX, which is normally \ |
---|
12 | part of every Linux distribution and which is also available for \ |
---|
13 | other operating systems like *BSD and Solaris. |
---|
14 | |
---|
15 | homepage http://muttprint.sourceforge.net |
---|
16 | master_sites sourceforge |
---|
17 | checksums sha1 532a1c7ed019b0b50c78caf7eeb17f5cd34d3d1e |
---|
18 | |
---|
19 | depends_lib port:p5-text-iconv port:dialog |
---|
20 | |
---|
21 | use_configure no |
---|
22 | |
---|
23 | destroot { |
---|
24 | file mkdir ${destroot}${prefix}/bin ${destroot}${prefix}/share/man/man1 |
---|
25 | xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin |
---|
26 | reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl|" ${destroot}${prefix}/bin/${name} |
---|
27 | xinstall -m 0644 ${worksrcpath}/doc/manpages/en/muttprint.1.gz ${destroot}${prefix}/share/man/man1 |
---|
28 | } |
---|
29 | |
---|