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

PortSystem                  1.0

name                        orrery
version                     0.9.5
categories                  science graphics x11
maintainers                 raphael
description                 A digital model of the solar system within \
                            Geomview
long_description            The Orrery is a digital model of the solar \
                            system, named for the mechanical models of the \
                            same name (often you'll see one with just the \
                            Sun, Earth and Moon, as little balls supported on \
                            wires). The first such was built for the fourth \
                            Earl of Orrery in the 1700s. It includes all nine \
                            planets, some of their satellites, and a few \
                            recent comets. Orrery is a Geomview module.
homepage                    http://www.geomview.org/
platforms                   darwin
master_sites                sourceforge
master_sites.mirror_subdir  geomview
livecheck.name              geomview
livecheck.distname          ${name}
checksums                   md5 cac12242a1e6477af2c5c1b320e54a50 \
                            sha1 27c768318bac4a05b6734742997f7c1c36e7962c \
                            rmd160 80fa23ad4245d4dbb8076526406bbf8b53335899
depends_lib                 port:geomview \
                            port:tk

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
}
