a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20457 2006-11-03 15:12:00Z blair@macports.org $
PortSystem 1.0
name stellarium
version 0.6.2
description A program that renders realistic skies in real time.
long_description Stellarium is a free GPL software which renders realistic \
skies in real time with openGL. It is available for Linux/Unix, \
Windows and MacOSX. With Stellarium, you really see what you can \
see with your eyes, binoculars or a small telescope.
maintainers sal@email.arc.nasa.gov
categories science
platforms darwin
homepage http://stellarium.free.fr/
master_sites sourceforge
checksums md5 f00e99b88f53273419683cf18905e39c
depends_lib port:libsdl
configure.args --disable-sdltest --mandir=${prefix}/share/man
patchfiles patch-configure
platform darwin 8 {
configure.env CC=/usr/bin/gcc-3.3 CPP=/usr/bin/cpp-3.3 CXX=/usr/bin/g++-3.3
}