Ticket #13560: Portfile

File Portfile, 996 bytes (added by rowue (Rolf Würdemann), 17 years ago)

Portfile which excludes gl extensions for leopard

Line 
1# $Id: Portfile 30784 2007-11-07 02:42:43Z ryandesign@macports.org $
2
3PortSystem      1.0
4
5name            gwyddion
6version         2.9
7categories      science x11
8platforms       darwin
9maintainers     yeti@gwyddion.net rowue@digitalis.org
10description     Software for SPM Analysis
11
12long_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
16homepage        http://gwyddion.net
17master_sites    sourceforge
18use_bzip2       yes
19
20checksums       md5 6f5c3448749822962211347168123cf3 \
21                sha1 47912e378ef994e6438e02e4fab5db495877b618 \
22                rmd160 9d9dfea2fe6e72c1b716d86720d79317308caf1b
23
24depends_lib     port:gtk2 \
25                port:libxml2 \
26                port:fftw-3 \
27                port:gtkglext
28
29platform 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}