Ticket #23589: Portfile

File Portfile, 1.5 KB (added by eyre@…, 14 years ago)

portfile for g3data

Line 
1# $Id$
2PortSystem              1.0
3
4name                    g3data
5version                 1.5.3
6revision                0
7categories              graphics x11 science
8maintainers             thphys.ox.ac.uk:eyre
9
10description             g3data is a program to extract data from published\
11                        graphs, when the raw data is not available.
12
13long_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
21homepage                http://www.frantz.fi/software/g3data.php
22platforms               darwin
23
24distfiles               g3data-1.5.3.tar.gz
25master_sites            http://www.frantz.fi/software/
26checksums               md5     21c37526dff8601d699fa511c9d5bc36 \
27                        sha1    b4bb26e6e09ed70719ebbb73690f50fef71f61dd \
28                        rmd160  010c4f1ff9eb034aa85691cc182432a1c0972677
29
30livecheck.type          none
31
32depends_lib             port:gtk2
33#port:openjade
34
35patchfiles              patch-Makefile.diff
36
37use_configure           no
38
39#build.post_args         PREFIX='${prefix}' \
40#                        ZLIBDIR='${prefix}' \
41#                        JPEGDIR='${prefix}' \
42#                        TIFFDIR='${prefix}' \
43#                        PNGDIR='${prefix}' \
44
45destroot.destdir    DESTDIR=${destroot}/${prefix}/
46
47#destroot.post_args      PREFIX='${prefix}' DESTDIR='${destroot}'
48