1 | # $Id$ |
---|
2 | PortSystem 1.0 |
---|
3 | |
---|
4 | name g3data |
---|
5 | version 1.5.3 |
---|
6 | revision 0 |
---|
7 | categories graphics x11 science |
---|
8 | maintainers thphys.ox.ac.uk:eyre |
---|
9 | |
---|
10 | description g3data is a program to extract data from published\ |
---|
11 | graphs, when the raw data is not available. |
---|
12 | |
---|
13 | long_description g3data is an interactive program, which enables\ |
---|
14 | the user to extract machine-readable data from\ |
---|
15 | published graphs, when the raw data is unavailable.\ |
---|
16 | It is particularly useful for extracting data\ |
---|
17 | from plots published in scientific journals, when\ |
---|
18 | it is inconvenient or impossible to obtain the \ |
---|
19 | original raw data. |
---|
20 | |
---|
21 | homepage http://www.frantz.fi/software/g3data.php |
---|
22 | platforms darwin |
---|
23 | |
---|
24 | distfiles g3data-1.5.3.tar.gz |
---|
25 | master_sites http://www.frantz.fi/software/ |
---|
26 | checksums md5 21c37526dff8601d699fa511c9d5bc36 \ |
---|
27 | sha1 b4bb26e6e09ed70719ebbb73690f50fef71f61dd \ |
---|
28 | rmd160 010c4f1ff9eb034aa85691cc182432a1c0972677 |
---|
29 | |
---|
30 | livecheck.type none |
---|
31 | |
---|
32 | depends_lib port:gtk2 |
---|
33 | #port:openjade |
---|
34 | |
---|
35 | patchfiles patch-Makefile.diff |
---|
36 | |
---|
37 | use_configure no |
---|
38 | |
---|
39 | #build.post_args PREFIX='${prefix}' \ |
---|
40 | # ZLIBDIR='${prefix}' \ |
---|
41 | # JPEGDIR='${prefix}' \ |
---|
42 | # TIFFDIR='${prefix}' \ |
---|
43 | # PNGDIR='${prefix}' \ |
---|
44 | |
---|
45 | destroot.destdir DESTDIR=${destroot}/${prefix}/ |
---|
46 | |
---|
47 | #destroot.post_args PREFIX='${prefix}' DESTDIR='${destroot}' |
---|
48 | |
---|