Ticket #13177: Portfile

File Portfile, 809 bytes (added by rowue (Rolf Würdemann), 17 years ago)
Line 
1# $Id: Portfile 29896 2007-10-14 17:50:35Z nox@macports.org $
2
3PortSystem      1.0
4
5name            gwyddion
6version         2.9
7categories      science x11
8maintainers     yeti@gwyddion.net rowue@digitalis.org
9description     Software for SPM Analysis
10
11long_description \
12    Gwyddion is a modular program for SPM (scanning probe microscopy) data \
13    visualization and analysis. It uses gtk2 for the user interface.
14
15homepage        http://gwyddion.net
16master_sites    sourceforge
17use_bzip2       yes
18
19checksums       md5 6f5c3448749822962211347168123cf3 \
20                sha1 47912e378ef994e6438e02e4fab5db495877b618 \
21                rmd160 9d9dfea2fe6e72c1b716d86720d79317308caf1b
22
23depends_lib     port:gtk2 \
24                port:libxml2 \
25                port:fftw-3 \
26                port:gtkglext
27