diff options
author | snj <snj@pkgsrc.org> | 2004-03-06 21:06:12 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-06 21:06:12 +0000 |
commit | e225e2f7547ecd2583c3901030663e55c814849b (patch) | |
tree | e29adfd97c315b2636c310861fd50d586fa78765 /games | |
parent | 75499af51d43802b83bf3df065a50e7d55b90492 (diff) | |
download | pkgsrc-e225e2f7547ecd2583c3901030663e55c814849b.tar.gz |
Use bl3 and clean up DESCR.
Diffstat (limited to 'games')
-rw-r--r-- | games/ketm/DESCR | 5 | ||||
-rw-r--r-- | games/ketm/Makefile | 6 |
2 files changed, 5 insertions, 6 deletions
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" |