# $Id: Portfile 63347 2010-02-03 09:49:23Z raphael@macports.org $

PortSystem                  1.0

name                        gvemod-cplxview
version                     0.2
categories                  science graphics x11
maintainers                 raphael
description                 a Geomview plugin for the visualisation of complex \
                            functions
long_description            This is the Cplxview emodule, a Geomview plugin for \
                            the visualisation of complex functions. emodules \
                            are kind of plugins which extend the functionality \
                            of Geomview (an interactive 3d viewing program).
homepage                    http://www.geomview.org/
platforms                   darwin
master_sites                sourceforge
master_sites.mirror_subdir  geomview
livecheck.name              geomview
livecheck.distname          ${name}
checksums                   md5 8fb1bc88253111b8ce5aad9263b33d94 \
                            sha1 b6e16ec1d036075c853604ed75c79b05f5e53bb1 \
                            rmd160 af1b0311bba5c06606411713cbcc4780e0366394
depends_lib                 port:geomview \
                            port:xforms

platform darwin 9 {
    configure.ldflags-append -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\
        /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
}
