blob: a3fe890e4fb61b0cccfd2da0ffe29adefd114a3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:18 jlam Exp $
#
DISTNAME= stellarium-0.6.0
PKGREVISION= 2
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_TOOLS+= gmake
USE_X11= yes
GNU_CONFIGURE= yes
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|