Defendguin is a clone of William's classic arcade game, "Defender." The mission is to defend little penguinoids from being captured and mutated. When you begin the game, your ship appears over some icy mountains which are crawling with penguinoids (the good guys). A number of alien ships are flying around above the ground. The game has a radar display, UFOs, bombers, mines, pods, swarmers, baiters, lasers, smart bombs, and more.
14 lines
335 B
Text
14 lines
335 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/06/03 14:32:21 wiz Exp $
|
|
|
|
--- Makefile.orig Sat Jan 5 17:09:37 2002
|
|
+++ Makefile Fri Nov 1 15:25:12 2002
|
|
@@ -11,7 +11,9 @@
|
|
|
|
CFLAGS=-Wall -O2
|
|
#DATA_PREFIX=$(PWD)/data/
|
|
+ifndef PREFIX
|
|
PREFIX=/usr/local
|
|
+endif
|
|
MAN_PREFIX=$(PREFIX)
|
|
BIN_PREFIX=$(PREFIX)/bin
|
|
DATA_PREFIX=$(PREFIX)/share/defendguin/
|