summaryrefslogtreecommitdiff
path: root/games/rocksndiamonds/Makefile
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-01-06 19:59:01 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-01-06 19:59:01 +0000
commit309fba0a61e248aa2eefa43bd89e3a68c36674ae (patch)
tree4136e57a371c762f8587921577353d9a54ec7aa2 /games/rocksndiamonds/Makefile
parent- Add message to notice Ghostscript support hook (diff)
Update port to 1.4.0
PR: 15939 Submitted by: Maintainer
Notes
Notes: svn path=/head/; revision=24489
Diffstat (limited to 'games/rocksndiamonds/Makefile')
-rw-r--r--games/rocksndiamonds/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile
index 366fd8be068e..f739d015ef09 100644
--- a/games/rocksndiamonds/Makefile
+++ b/games/rocksndiamonds/Makefile
@@ -1,21 +1,23 @@
# New ports collection makefile for: rocksndiamonds
-# Version required: 1.2.0
+# Version required: 1.4.0
# Date created: 27 May 1999
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= rocksndiamonds-1.2.0
+DISTNAME= rocksndiamonds-1.4.0
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITES= http://www.artsoft.org/rocksndiamonds/RELEASES/ \
+ ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= mwest@uct.ac.za
USE_XLIB= yes
USE_GMAKE= yes
-MAKE_ENV+= GAME_DIR=${GAME_DIR} X11_PATH=${X11BASE} OPTIONS="${CFLAGS}"
+MAKE_ENV+= RO_GAME_DIR=${GAME_DIR} RW_GAME_DIR=${GAME_DIR}/scores \
+ X11_PATH=${X11BASE} OPTIONS="${CFLAGS}"
.if ${MACHINE_ARCH} == "alpha"
MAKE_ENV+= JOYSTICK="-DNO_JOYSTICK"
.endif