--- Makefile.orig	1997-05-13 17:53:34 UTC
+++ Makefile
@@ -8,7 +8,7 @@
 ##############################################################
 
 #Your compiler.  If gcc doesn't work, try CC
-CC = gcc
+#CC = gcc
 #CC = cc
 
 #On Suns, SGIs, and other Unix systems uncomment the following
@@ -17,12 +17,12 @@ CC = gcc
 #C_OPTS = 
 #L_OPTS = -lcurses
 
-#On Linux, uncomment the following
+#On FreeBSD/Linux, uncomment the following
 #
-PLATFORM = Linux
-C_OPTS = -O2 -Wall
-L_OPTS = -lncurses
-
+PLATFORM = FreeBSD/Linux
+DATADIR = ${PREFIX}/share/seabattle
+C_OPTS = ${CFLAGS} -DDATADIR=\"${DATADIR}\"
+L_OPTS = $(LDFLAGS) -lncurses
 
 #For Dos/Windows DJGPP (you need the curses lib)
 #PLATFORM = DOS_DJGPP
