Ticket #13737: Portfile

File Portfile, 1.0 KB (added by rowue (Rolf Würdemann), 16 years ago)

Portfile with reenabled gtkglext on 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        configure.ldflags -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\
31                /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
32}