mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
be2dc01b73
If you've ever wondered what NetHack would be like with sound effects, a MIDI soundtrack, a GUI and isometric dungeon interface a la Diablo, here's your chance. Obtained from: OpenBSD (after unsmoking much crack)
8 lines
216 B
Plaintext
8 lines
216 B
Plaintext
VARDATND = x11tiles pet_mark.xbm rip.xpm
|
|
CFLAGS+=-DX11_GRAPHICS -I${X11BASE}/include
|
|
LFLAGS =-L${X11BASE}/lib
|
|
|
|
WINSRC = $(WINTTYSRC) $(WINX11SRC)
|
|
WINOBJ = $(WINTTYOBJ) $(WINX11OBJ)
|
|
WINLIB = $(WINTTYLIB) $(WINX11LIB)
|