diff options
author | salo <salo@pkgsrc.org> | 2003-05-08 23:50:11 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-08 23:50:11 +0000 |
commit | 9b24c792c292ccbb24075cead63bf247de32fb9a (patch) | |
tree | 3603df148bf5d39aad12d3a4f79d3ed64e7902f4 /misc/celestia-kde | |
parent | b3c14e2f1bb41928134685ba195b01898353b60f (diff) | |
download | pkgsrc-9b24c792c292ccbb24075cead63bf247de32fb9a.tar.gz |
Import of celestia-kde-1.3.0: KDE frontend for free real-time 3D space
simulator.
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 KDE frontend for Celestia.
Diffstat (limited to 'misc/celestia-kde')
-rw-r--r-- | misc/celestia-kde/DESCR | 10 | ||||
-rw-r--r-- | misc/celestia-kde/Makefile | 22 | ||||
-rw-r--r-- | misc/celestia-kde/PLIST | 2 |
3 files changed, 34 insertions, 0 deletions
diff --git a/misc/celestia-kde/DESCR b/misc/celestia-kde/DESCR new file mode 100644 index 00000000000..ce8c8537f03 --- /dev/null +++ b/misc/celestia-kde/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 KDE frontend for Celestia. diff --git a/misc/celestia-kde/Makefile b/misc/celestia-kde/Makefile new file mode 100644 index 00000000000..7b2e14c3afa --- /dev/null +++ b/misc/celestia-kde/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/05/08 23:50:11 salo Exp $ +# + +.include "../../misc/celestia/Makefile.common" + +PKGNAME= ${DISTNAME:S/-/-kde-/} + +COMMENT= KDE frontend for free real-time 3D space simulator + +DEPENDS= celestia-${CELESTIA_VERS}:../../misc/celestia + +CONFIGURE_ARGS+= --without-gtk +CONFIGURE_ARGS+= --with-kde + +BUILD_DIRS= ${WRKSRC}/src + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/celestia/celestia ${PREFIX}/bin/kcelestia + +.include "../../x11/kdelibs3/buildlink2.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/celestia-kde/PLIST b/misc/celestia-kde/PLIST new file mode 100644 index 00000000000..5c639597614 --- /dev/null +++ b/misc/celestia-kde/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/08 23:50:11 salo Exp $ +bin/kcelestia |