pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/celestia-gtk GTK version of celestia package
details: https://anonhg.NetBSD.org/pkgsrc/rev/a957ba67a553
branches: trunk
changeset: 483316:a957ba67a553
user: adam <adam%pkgsrc.org@localhost>
date: Wed Nov 10 16:40:56 2004 +0000
description:
GTK version of celestia package
diffstat:
misc/celestia-gtk/DESCR | 10 ++++++++++
misc/celestia-gtk/Makefile | 19 +++++++++++++++++++
misc/celestia-gtk/PLIST | 2 ++
3 files changed, 31 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r b9d537813475 -r a957ba67a553 misc/celestia-gtk/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/celestia-gtk/DESCR Wed Nov 10 16:40:56 2004 +0000
@@ -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 -r b9d537813475 -r a957ba67a553 misc/celestia-gtk/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/celestia-gtk/Makefile Wed Nov 10 16:40:56 2004 +0000
@@ -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 -r b9d537813475 -r a957ba67a553 misc/celestia-gtk/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/celestia-gtk/PLIST Wed Nov 10 16:40:56 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/10 16:40:56 adam Exp $
+bin/gtkcelestia
Home |
Main Index |
Thread Index |
Old Index