1 | # $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name latex2rtf |
---|
6 | version 2.1.0 |
---|
7 | categories tex |
---|
8 | platforms darwin |
---|
9 | maintainers jmpp openmaintainer |
---|
10 | |
---|
11 | description Translator program intended to translate a LaTeX document into RTF |
---|
12 | long_description LaTeX2rtf is a translator program which is intended to translate a LaTeX \ |
---|
13 | document (precisely: the text and a limited subset of LaTeX tags) into \ |
---|
14 | the RTF format which can be imported by several textprocessors (including \ |
---|
15 | Microsoft Word for Windows and Word for Macintosh). |
---|
16 | |
---|
17 | homepage http://latex2rtf.sourceforge.net/ |
---|
18 | master_sites sourceforge |
---|
19 | |
---|
20 | patchfiles patch-Makefile.diff |
---|
21 | |
---|
22 | checksums patch-Makefile.diff \ |
---|
23 | md5 f6681ef03ab7a4ef5f6df2fc23904ec3 \ |
---|
24 | sha1 26b9a3cc9fec7b43d2767c217c778032e1a5b4e8 \ |
---|
25 | rmd160 e4287dfa12a97b71858b7b7fba0683e8df3dada4 \ |
---|
26 | latex2rtf-2.1.0.tar.gz \ |
---|
27 | md5 e89b78f9cfe6d83c79e657a9390e8bc9 \ |
---|
28 | sha1 31e6280312b56c2c38cf6a3fddff21a9910c7d6f \ |
---|
29 | rmd160 e70f84055d088a5a582d2e2db451418a1ade2275 |
---|
30 | |
---|
31 | depends_run bin:gs:ghostscript \ |
---|
32 | bin:convert:ImageMagick \ |
---|
33 | bin:pnmtopng:netpbm |
---|
34 | |
---|
35 | use_configure no |
---|
36 | |
---|
37 | destroot.target install install-info |
---|
38 | |
---|
39 | build.pre_args-append \ |
---|
40 | PREFIX=${prefix} \ |
---|
41 | CC=${configure.cc} |
---|
42 | |
---|
43 | destroot.pre_args-append \ |
---|
44 | DESTDIR=${destroot} \ |
---|
45 | PREFIX=${prefix} \ |
---|
46 | CC=${configure.cc} |
---|
47 | |
---|
48 | test.run yes |
---|
49 | |
---|
50 | livecheck.type sourceforge |
---|
51 | livecheck.regex ${name}-unix (.*) released |
---|