freebsd-ports/games/zangband/files/Makefile.in
Chris Piazza 59d03e583a Add zangband.
ZAngband is one of the many variants of the freeware rogue-like
roleplaying game Angband.

PR:             20133
Submitted by:   Makoto YAMAKURA <makoto@pinpott.spnet.ne.jp>
2000-08-09 17:34:16 +00:00

13 lines
273 B
Makefile

# My makefile for Angband
# Matthew Hunt <mph@FreeBSD.org>
ANGBANDLIB?= /usr/local/lib/angband
all: testing
testing:
cd src && make "EXTRA_CFLAGS=-I${X11BASE}/include ${JAPANESE_CFLAGS} -DDEFAULT_PATH=\\\"${ANGBANDLIB}\\\""
test: testing
ANGBAND_PATH=./lib ./testing