summaryrefslogtreecommitdiff
path: root/misc/stellarium/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/stellarium/Makefile')
-rw-r--r--misc/stellarium/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/stellarium/Makefile b/misc/stellarium/Makefile
new file mode 100644
index 00000000000..f5e08d344d0
--- /dev/null
+++ b/misc/stellarium/Makefile
@@ -0,0 +1,19 @@
+# $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"