From 7376720d8e1f0a6c0212e51b5724f115b1af3b59 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 10 Nov 2004 16:40:56 +0000 Subject: GTK version of celestia package --- misc/celestia-gtk/DESCR | 10 ++++++++++ misc/celestia-gtk/Makefile | 19 +++++++++++++++++++ misc/celestia-gtk/PLIST | 2 ++ 3 files changed, 31 insertions(+) create mode 100644 misc/celestia-gtk/DESCR create mode 100644 misc/celestia-gtk/Makefile create mode 100644 misc/celestia-gtk/PLIST diff --git a/misc/celestia-gtk/DESCR b/misc/celestia-gtk/DESCR new file mode 100644 index 00000000000..e1fec857ffc --- /dev/null +++ b/misc/celestia-gtk/DESCR @@ -0,0 +1,10 @@ +Celestia is a free real-time space simulation that lets you experience our +universe in three dimensions. Unlike most planetarium software, Celestia +doesn't confine you to the surface of the Earth. You can travel throughout +the solar system, to any of over 100,000 stars, or even beyond the galaxy. +All travel in Celestia is seamless; the exponential zoom feature lets you +explore space across a huge range of scales, from galaxy clusters down to +spacecraft only a few meters across. A 'point-and-goto' interface makes it +simple to navigate through the universe to the object you want to visit. + +This is the GNOME frontend for Celestia. diff --git a/misc/celestia-gtk/Makefile b/misc/celestia-gtk/Makefile new file mode 100644 index 00000000000..7866b1f82c8 --- /dev/null +++ b/misc/celestia-gtk/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/10 16:40:56 adam Exp $ + +PKGNAME= ${DISTNAME:S/-/-gtk-/} + +COMMENT= GNOME frontend for free real-time 3D space simulator + +DEPENDS= celestia-${CELESTIA_VERS}*:../../misc/celestia + +CONFIGURE_ARGS+= --with-gtk + +BUILD_DIRS= ${WRKSRC}/src + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/celestia/celestia ${PREFIX}/bin/gtkcelestia + +.include "../../graphics/gtkglext/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" + +.include "../../misc/celestia/Makefile.common" diff --git a/misc/celestia-gtk/PLIST b/misc/celestia-gtk/PLIST new file mode 100644 index 00000000000..c4c4af8456c --- /dev/null +++ b/misc/celestia-gtk/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/10 16:40:56 adam Exp $ +bin/gtkcelestia -- cgit v1.2.3