diff options
author | drochner <drochner@pkgsrc.org> | 2006-02-15 18:43:45 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-02-15 18:43:45 +0000 |
commit | 49be069ee057bd185f3b20e3789b524d5a2bd89f (patch) | |
tree | 9850561b8c6f739194da5b40c51633335c93811b /misc/stellarium/Makefile | |
parent | 9faf11724dd45025308c1006d53b96771459feb7 (diff) | |
download | pkgsrc-49be069ee057bd185f3b20e3789b524d5a2bd89f.tar.gz |
update to 0.7.1
new major release, lots of features added, and some bugfixes
see http://www.stellarium.org/changelog.txt for details
Diffstat (limited to 'misc/stellarium/Makefile')
-rw-r--r-- | misc/stellarium/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/stellarium/Makefile b/misc/stellarium/Makefile index c36801d0c10..f001c222feb 100644 --- a/misc/stellarium/Makefile +++ b/misc/stellarium/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:10:14 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/02/15 18:43:45 drochner Exp $ # -DISTNAME= stellarium-0.6.0 -PKGREVISION= 4 +DISTNAME= stellarium-0.7.1 CATEGORIES= misc -MASTER_SITES= http://stellarium.free.fr/download/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=stellarium/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://stellarium.free.fr/ @@ -12,6 +11,7 @@ COMMENT= Generate photorealistic skys with OpenGL USE_TOOLS+= gmake GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes .include "../../devel/SDL/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" |