diff -urN scottfree-1.14.orig.orig/Makefile scottfree-1.14.orig/Makefile
--- scottfree-1.14.orig.orig/Makefile	1995-04-11 16:50:00.000000000 -0400
+++ scottfree-1.14.orig/Makefile	2008-01-11 11:08:29.000000000 -0500
@@ -4,11 +4,14 @@
 CC	=	gcc
 #
 #
-all	:	ScottCurses
+all	:	scottfree
 
 ScottCurses.o:	ScottCurses.c Scott.h
 
-ScottCurses:	ScottCurses.o
-	$(CC) ScottCurses.o -o ScottCurses -lcurses -ltermcap
+scottfree:	ScottCurses.o
+	$(CC) ScottCurses.o -o scottfree -lcurses
 
+install:
+	mkdir -p $(DESTDIR)/usr/games
+	install -m 755 -o root -g root scottfree $(DESTDIR)/usr/games
 
