diff options
author | snj <snj@pkgsrc.org> | 2004-03-06 21:12:37 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-06 21:12:37 +0000 |
commit | 49c4521d6e9a6a282cf60c53c07ed6afef695770 (patch) | |
tree | 4812110415ac0a0aea34f4f9be89d6aee2049f17 /games/KoboDeluxe | |
parent | 21a22a38cc1e8c1e9fde530b932136bba1c67cd8 (diff) | |
download | pkgsrc-49c4521d6e9a6a282cf60c53c07ed6afef695770.tar.gz |
Use bl3 and cleanup DESCR.
Diffstat (limited to 'games/KoboDeluxe')
-rw-r--r-- | games/KoboDeluxe/DESCR | 4 | ||||
-rw-r--r-- | games/KoboDeluxe/Makefile | 10 |
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" |