| 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; \ |
|---|
| 2 | c-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 | |
|---|
| 5 | PortSystem 1.0 |
|---|
| 6 | |
|---|
| 7 | name gwyddion |
|---|
| 8 | version 2.9 |
|---|
| 9 | categories science x11 |
|---|
| 10 | platforms darwin |
|---|
| 11 | maintainers yeti@gwyddion.net rowue@digitalis.org |
|---|
| 12 | description Software for SPM Analysis |
|---|
| 13 | |
|---|
| 14 | long_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 | |
|---|
| 18 | homepage http://gwyddion.net |
|---|
| 19 | master_sites sourceforge |
|---|
| 20 | use_bzip2 yes |
|---|
| 21 | |
|---|
| 22 | checksums md5 6f5c3448749822962211347168123cf3 \ |
|---|
| 23 | sha1 47912e378ef994e6438e02e4fab5db495877b618 \ |
|---|
| 24 | rmd160 9d9dfea2fe6e72c1b716d86720d79317308caf1b |
|---|
| 25 | |
|---|
| 26 | depends_lib port:gtk2 \ |
|---|
| 27 | port:libxml2 \ |
|---|
| 28 | port:fftw-3 \ |
|---|
| 29 | port:gtkglext |
|---|
| 30 | |
|---|
| 31 | platform 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 | |
|---|