summaryrefslogtreecommitdiff
path: root/games/KoboDeluxe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/KoboDeluxe/Makefile')
-rw-r--r--games/KoboDeluxe/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/games/KoboDeluxe/Makefile b/games/KoboDeluxe/Makefile
index a03c60a4bdc..c0736af4488 100644
--- a/games/KoboDeluxe/Makefile
+++ b/games/KoboDeluxe/Makefile
@@ -1,20 +1,23 @@
-# $NetBSD: Makefile,v 1.19 2008/06/12 02:14:29 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2009/07/15 21:45:47 tnn Exp $
+#
-DISTNAME= KoboDeluxe-0.4pre10
-PKGNAME= ${DISTNAME:S/pre/rc/}
+DISTNAME= KoboDeluxe-0.5.1
CATEGORIES= games
MASTER_SITES= http://olofson.net/kobodl/download/
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= as@rsn.bth.se
HOMEPAGE= http://olofson.net/kobodl/
COMMENT= Multi-way scrolling shoot 'em up game for X
+LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
-GNU_CONFIGURE= YES
-USE_LANGUAGES= c c++
-USE_TOOLS+= gmake
-CONFIGURE_ENV+= VARBASE=${VARBASE}
+GNU_CONFIGURE= YES
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake
+BUILD_DEFS+= VARBASE
+CONFIGURE_ARGS+= --sharedstatedir=${VARBASE}/games
.include "../../devel/SDL/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"