0554ab2d23
Michal Pasternak. Stellarium is a free software. It renders 3D photo-realistic skies in real time. With stellarium, you really see what you can see with your eyes, binoculars or a small telescope.
19 lines
474 B
Makefile
19 lines
474 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/07/08 11:04:50 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= stellarium-0.6.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://stellarium.free.fr/download/
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://stellarium.free.fr/
|
|
COMMENT= Generate photorealistic skys with OpenGL
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|