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

PortSystem                  1.0

name                        gvemodules-xforms
version                     0.2
categories                  science graphics x11
maintainers                 raphael
description                 XForms based emodules of the original Geomview \
                            distribution
long_description            This package contains XForms based emodules of \
                            the original Geomview distribution. emodules \
                            are kind of plugins which extend the functionality \
                            of Geomview (an interactive 3d viewing program). \
                            The modules are based on XForms and can be used as \
                            a tool-kit for displaying projections of higher \
                            dimensional objects.
homepage                    http://www.geomview.org/
platforms                   darwin
master_sites                sourceforge
master_sites.mirror_subdir  geomview
livecheck.name              geomview
livecheck.distname          ${name}
checksums                   md5 0db75b1c7a4700014ba27eed60fe2e26 \
                            sha1 4f73251548d42801a29a13444ae5c4bc54dfeb71 \
                            rmd160 b5f53ed3bee35f8727309b15723d66f0b0dc07d3
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
}
