pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/ketm Use bl3 and clean up DESCR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b49540ede06
branches:  trunk
changeset: 470114:0b49540ede06
user:      snj <snj%pkgsrc.org@localhost>
date:      Sat Mar 06 21:06:12 2004 +0000

description:
Use bl3 and clean up DESCR.

diffstat:

 games/ketm/DESCR    |  5 ++---
 games/ketm/Makefile |  6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 77490756d7a1 -r 0b49540ede06 games/ketm/DESCR
--- a/games/ketm/DESCR  Sat Mar 06 20:53:15 2004 +0000
+++ b/games/ketm/DESCR  Sat Mar 06 21:06:12 2004 +0000
@@ -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 -r 77490756d7a1 -r 0b49540ede06 games/ketm/Makefile
--- a/games/ketm/Makefile       Sat Mar 06 20:53:15 2004 +0000
+++ b/games/ketm/Makefile       Sat Mar 06 21:06:12 2004 +0000
@@ -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 @@
 
 ALL_TARGET=    ketm
 
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_X11=       YES
 USE_GNU_TOOLS+=        make
 
@@ -37,5 +37,5 @@
        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"



Home | Main Index | Thread Index | Old Index