# $Id: Portfile,v 1.1 2005/11/05 16:29:18 mww Exp $
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
}

