summaryrefslogtreecommitdiff
path: root/games/KoboDeluxe
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-03-06 21:12:37 +0000
committersnj <snj@pkgsrc.org>2004-03-06 21:12:37 +0000
commit0b19b1a273f284aadd6f0c24d53a5967ae5b3666 (patch)
tree4812110415ac0a0aea34f4f9be89d6aee2049f17 /games/KoboDeluxe
parente225e2f7547ecd2583c3901030663e55c814849b (diff)
downloadpkgsrc-0b19b1a273f284aadd6f0c24d53a5967ae5b3666.tar.gz
Use bl3 and cleanup DESCR.
Diffstat (limited to 'games/KoboDeluxe')
-rw-r--r--games/KoboDeluxe/DESCR4
-rw-r--r--games/KoboDeluxe/Makefile10
2 files changed, 7 insertions, 7 deletions
diff --git a/games/KoboDeluxe/DESCR b/games/KoboDeluxe/DESCR
index 9fa8e9c22bd..98525ca6ff4 100644
--- a/games/KoboDeluxe/DESCR
+++ b/games/KoboDeluxe/DESCR
@@ -1,4 +1,4 @@
Kobo Deluxe (formerly SKobo) is an SDL port of Akira Higuchi's game XKobo.
It adds sound, smoother animation, filtered high resolution support, a more
-intuitive menu driven user interface, joystick support and other features,
-and runs on most of the major operating systems.
+intuitive menu driven user interface, joystick support and other features.
+It runs on most of the major operating systems.
diff --git a/games/KoboDeluxe/Makefile b/games/KoboDeluxe/Makefile
index 25fe64ac87e..8fd9071e65d 100644
--- a/games/KoboDeluxe/Makefile
+++ b/games/KoboDeluxe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/24 13:30:55 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/03/06 21:12:37 snj Exp $
DISTNAME= KoboDeluxe-0.4pre8
PKGNAME= ${DISTNAME:S/pre/rc/}
@@ -10,11 +10,11 @@ MAINTAINER= as@rsn.bth.se
HOMEPAGE= http://olofson.net/kobodl/
COMMENT= Multi-way scrolling shoot 'em up game for X
-USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
USE_X11= YES
-GNU_CONFIGURE= YES
-.include "../../devel/SDL/buildlink2.mk"
-.include "../../graphics/SDL_image/buildlink2.mk"
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"