summaryrefslogtreecommitdiff
path: root/games/rocksndiamonds/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2003-12-15 14:47:37 +0000
committeradam <adam@pkgsrc.org>2003-12-15 14:47:37 +0000
commit661e32fdf3f5ed3c07a26c2d7c54d0e7dbadfd2d (patch)
tree7022ea778203a2293f69a036fd4dceff9210e5ef /games/rocksndiamonds/Makefile.common
parent5348834ce1a472467f53c25662cf9ab5a08bb3d3 (diff)
downloadpkgsrc-661e32fdf3f5ed3c07a26c2d7c54d0e7dbadfd2d.tar.gz
Changes 3.0.8:
- added "musicinfo.conf" for menu and level music configuration - added "editorsetup.conf" for editor element list configuration - added "copy" and "exchange" functions for custom elements to editor - added configurable "bored" and "sleeping" animations for the player - added "awakening" sound for player when waking up after sleeping - added configurable element animations for info screen - added configurable music credits for info screen - added configurable level set information for info screen - added warnings for undefined token values in artwork config files - menu entries now also selectable by clicking on entry text - better sniksnak turning movement (two steps instead of only one) - fixed turning movement of butterflies and fireflies (no frame reset) - fixed bug with wrong default impact sound for colored emeralds - fixed bug with double nut cracking sound - fixed a very nasty bug in dragon turning code in TurnRoundExt() - finally fixed tape recording when player is created from CE change - added new contributed levels
Diffstat (limited to 'games/rocksndiamonds/Makefile.common')
-rw-r--r--games/rocksndiamonds/Makefile.common12
1 files changed, 6 insertions, 6 deletions
diff --git a/games/rocksndiamonds/Makefile.common b/games/rocksndiamonds/Makefile.common
index d4b8794a258..c7f3a8e591c 100644
--- a/games/rocksndiamonds/Makefile.common
+++ b/games/rocksndiamonds/Makefile.common
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile.common,v 1.4 2003/11/19 12:48:47 adam Exp $
+# $NetBSD: Makefile.common,v 1.5 2003/12/15 14:47:37 adam Exp $
#
-DISTNAME= rocksndiamonds-3.0.7
+DISTNAME= rocksndiamonds-3.0.8
CATEGORIES= games x11
MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/
MAINTAINER= heinz-rnd@NetBSD.org
HOMEPAGE= http://www.artsoft.org/rocksndiamonds/
-USE_BUILDLINK2= YES
-USE_GMAKE= YES
-USE_X11= YES
+USE_BUILDLINK2= YES
+USE_GMAKE= YES
+USE_X11= YES
PLIST_SRC= ${WRKDIR}/PLIST ../rocksndiamonds/PLIST
PLIST_SUBST+= SCORE_PATH=${SCORE_PATH}
@@ -18,7 +18,7 @@ PLIST_SUBST+= ROCK_INSTALL_DIR="${INSTALL} -d -o games -g games -m 775"
.if ( ${MACHINE} == "i386" || ${MACHINE} == "prep" || ${MACHINE} == "cats" || \
${MACHINE} == "shark" )
-MAKE_ENV+=HAVE_JOYSTICK=1
+MAKE_ENV+= HAVE_JOYSTICK=1
.endif
SCORE_PATH= /var/games/rocksndiamonds