1 | # $Id: Portfile 30784 2007-11-07 02:42:43Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name gwyddion |
---|
6 | version 2.9 |
---|
7 | categories science x11 |
---|
8 | platforms darwin |
---|
9 | maintainers yeti@gwyddion.net rowue@digitalis.org |
---|
10 | description Software for SPM Analysis |
---|
11 | |
---|
12 | long_description \ |
---|
13 | Gwyddion is a modular program for SPM (scanning probe microscopy) data \ |
---|
14 | visualization and analysis. It uses gtk2 for the user interface. |
---|
15 | |
---|
16 | homepage http://gwyddion.net |
---|
17 | master_sites sourceforge |
---|
18 | use_bzip2 yes |
---|
19 | |
---|
20 | checksums md5 6f5c3448749822962211347168123cf3 \ |
---|
21 | sha1 47912e378ef994e6438e02e4fab5db495877b618 \ |
---|
22 | rmd160 9d9dfea2fe6e72c1b716d86720d79317308caf1b |
---|
23 | |
---|
24 | depends_lib port:gtk2 \ |
---|
25 | port:libxml2 \ |
---|
26 | port:fftw-3 \ |
---|
27 | port:gtkglext |
---|
28 | |
---|
29 | platform darwin 9 { |
---|
30 | ui_msg "3D view disabled because of open-gl bug on os x 10.5 (leopard)" |
---|
31 | ui_msg "see #13517 #13624" |
---|
32 | depends_lib-delete port:gtkglext |
---|
33 | } |
---|