From e225e2f7547ecd2583c3901030663e55c814849b Mon Sep 17 00:00:00 2001 From: snj Date: Sat, 6 Mar 2004 21:06:12 +0000 Subject: Use bl3 and clean up DESCR. --- games/ketm/DESCR | 5 ++--- games/ketm/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'games/ketm') diff --git a/games/ketm/DESCR b/games/ketm/DESCR index cf8825f6912..7135c2da61d 100644 --- a/games/ketm/DESCR +++ b/games/ketm/DESCR @@ -1,3 +1,2 @@ -ketm is (or will be someday) an old-school 2d-scrolling shooter. Because it -is based on SDL, it is no problem to port it to different plattforms. For -the moment it runs on Linux (i386/PPC), FreeBSD, Win32 and BeOS. +ketm (kill everything that moves) is an old-school 2d-scrolling flying +shooter. diff --git a/games/ketm/Makefile b/games/ketm/Makefile index a896026641a..c19bccd051c 100644 --- a/games/ketm/Makefile +++ b/games/ketm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/24 13:30:56 grant Exp $ +# $NetBSD: Makefile,v 1.11 2004/03/06 21:06:12 snj Exp $ # DISTNAME= ketm-0.0.6 @@ -13,7 +13,7 @@ COMMENT= Old-school 2d-scrolling shooter ALL_TARGET= ketm -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES USE_GNU_TOOLS+= make @@ -37,5 +37,5 @@ do-install: cd ${WRKSRC}/data && \ ${INSTALL_DATA} *.bmp *.dat ${PREFIX}/share/ketm/data -.include "../../devel/SDL/buildlink2.mk" +.include "../../devel/SDL/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3