diff options
Diffstat (limited to 'misc/stellarium/Makefile')
-rw-r--r-- | misc/stellarium/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/misc/stellarium/Makefile b/misc/stellarium/Makefile index 26dba08db8a..f7086ef89d1 100644 --- a/misc/stellarium/Makefile +++ b/misc/stellarium/Makefile @@ -1,19 +1,17 @@ -# $NetBSD: Makefile,v 1.16 2006/06/12 16:28:12 wiz Exp $ -# +# $NetBSD: Makefile,v 1.17 2006/10/01 10:27:19 adam Exp $ -DISTNAME= stellarium-0.8.0 -PKGREVISION= 1 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=stellarium/} +DISTNAME= stellarium-0.8.1 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=stellarium/} -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.stellarium.org/ -COMMENT= Generate photorealistic skies with OpenGL +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.stellarium.org/ +COMMENT= Generate photorealistic skies with OpenGL USE_LANGUAGES= c c++ +USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes -USE_PKGLOCALEDIR= yes .include "../../devel/SDL/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" |