$NetBSD: patch-aa,v 1.6 2003/11/19 12:48:47 adam Exp $

--- Makefile.orig	2003-11-09 23:35:32.000000000 +0100
+++ Makefile
@@ -14,21 +14,23 @@ CC = gcc
 
 # command name of GNU make on your system
 # (this must be set to "gmake" for some systems)
-MAKE = make
+#MAKE = make
 
 # path to X11 on your system
-X11_PATH = /usr/X11R6
+X11_PATH = ${X11BASE}
 
 # directory for read-only game data (like graphics, sounds, levels)
 # default is '.' to be able to run program without installation
-# RO_GAME_DIR = /usr/games
+RO_GAME_DIR = ${PREFIX}/share/rocksndiamonds
 
 # directory for writable game data (like highscore files)
 # default is '.' to be able to run program without installation
-# RW_GAME_DIR = /var/games
+RW_GAME_DIR = @SCORE_PATH@
 
 # uncomment if system has no joystick include file
-# JOYSTICK = -DNO_JOYSTICK
+ifdef HAVE_JOYSTICK
+JOYSTICK = -DHAVE_JOYSTICK
+endif
 
 # choose if more than one global score file entry for one player is allowed
 # (default: MANY_PER_NAME)
