Ticket #13737: Portfile.20080113

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

Portfile with some more clean up

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; \
2c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
3# $Id: Portfile 30784 2007-11-07 02:42:43Z ryandesign@macports.org $
4
5PortSystem      1.0
6
7name            gwyddion
8version         2.9
9categories      science x11
10platforms       darwin
11maintainers     yeti@gwyddion.net rowue@digitalis.org
12description     Software for SPM Analysis
13
14long_description \
15    Gwyddion is a modular program for SPM (scanning probe microscopy) data \
16    visualization and analysis. It uses gtk2 for the user interface.
17
18homepage        http://gwyddion.net
19master_sites    sourceforge
20use_bzip2       yes
21
22checksums       md5 6f5c3448749822962211347168123cf3 \
23                sha1 47912e378ef994e6438e02e4fab5db495877b618 \
24                rmd160 9d9dfea2fe6e72c1b716d86720d79317308caf1b
25
26depends_lib     port:gtk2 \
27                port:libxml2 \
28                port:fftw-3 \
29                port:gtkglext
30
31platform darwin 9 {
32
33        darwin_9_glpath   /System/Library/Frameworks/OpenGL.framework/Versions/
34
35        configure.ldflags -Wl,-dylib_file,${darwin_9_glpath}/A/Libraries/libGL.dylib:\
36                ${darwin_9_glpath}/A/Libraries/libGL.dylib
37}
38