Import 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.
This commit is contained in:
parent
3e60e1ce18
commit
5c9193b07b
3 changed files with 34 additions and 0 deletions
10
celestia-kde/DESCR
Normal file
10
celestia-kde/DESCR
Normal file
|
@ -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.
|
22
celestia-kde/Makefile
Normal file
22
celestia-kde/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/05/08 17:35:09 lsed Exp $
|
||||
#
|
||||
|
||||
.include "../../wip/celestia/Makefile.common"
|
||||
|
||||
PKGNAME= ${DISTNAME:S/-/-kde-/}
|
||||
|
||||
COMMENT= KDE frontend for free real-time 3D space simulator
|
||||
|
||||
DEPENDS= celestia-${CELESTIA_VERS}:../../wip/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"
|
2
celestia-kde/PLIST
Normal file
2
celestia-kde/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/08 17:35:09 lsed Exp $
|
||||
bin/kcelestia
|
Loading…
Reference in a new issue