summaryrefslogtreecommitdiff
path: root/games/rocksndiamonds/Makefile
diff options
context:
space:
mode:
authorkristerw <kristerw>2001-07-05 22:07:58 +0000
committerkristerw <kristerw>2001-07-05 22:07:58 +0000
commit7231adea76b556643855aade6c4e1772ff75f089 (patch)
tree117d1c085f2899eb1754c9d1a8df9865028ec2ce /games/rocksndiamonds/Makefile
parent0ca709cbbcea7c06a690b94e629ee595047cec5e (diff)
downloadpkgsrc-7231adea76b556643855aade6c4e1772ff75f089.tar.gz
Update rocksndiamonds to version 2.0.0
Changes since version 1.4.0: - major code redesign to maintain generic game functions in a separate library and make it easier to port the game to new targets like SDL - can be compiled with SDL library to build native Windows version - DOS and Windows versions can be compiled with gcc cross-compiler - trying to open already busy audio device does not block the game - fixed network playing bug (patch from web site) - SDL version can load and play music modules - fixed element description in level editor for EM doors and keys
Diffstat (limited to 'games/rocksndiamonds/Makefile')
-rw-r--r--games/rocksndiamonds/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile
index 3de05047e77..5c3f140ed0e 100644
--- a/games/rocksndiamonds/Makefile
+++ b/games/rocksndiamonds/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2001/02/25 04:17:50 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 2001/07/05 22:07:58 kristerw Exp $
#
-DISTNAME= rocksndiamonds-1.4.0
+DISTNAME= rocksndiamonds-2.0.0
CATEGORIES= games x11
-MASTER_SITES= http://www.artsoft.org/rocksndiamonds/RELEASES/
+MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/
MAINTAINER= wiz@netbsd.org
HOMEPAGE= http://www.artsoft.org/rocksndiamonds/