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

PortSystem                  1.0

name                        gvemod-xforms-example
version                     0.2
categories                  science graphics x11
maintainers                 raphael
description                 The example emodule defined in the Geomview \
                            manual
long_description            This is the example emodule defined in the \
                            Geomview manual. 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 c054f1f6504f3ec093ba47c55cd1c881 \
                            sha1 90f70c627c3b976b1f18e1a928f7d3d7c0aefc30 \
                            rmd160 607fc3f476716aae29ab357b0194e7056a57ae4a
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
}
