openbsd-ports/games/slash-em/files/qt-config
espie 396439d7ee update to a ways more recent version.
Use the same technique as nethack, so that several slash-em versions
can be installed concurrently.
2005-09-11 12:26:02 +00:00

14 lines
379 B
Plaintext

# Not yet:
# qt flavor needs qt 2.0 to work
VARDATND = x11tiles pet_mark.xbm rip.xpm
VARDAT = $(VARDATD) $(VARDATND)
CFLAGS+=-DQT_GRAPHICS -I$(LOCALBASE)/include/X11/qt2
LFLAGS =-L$(LOCALBASE)/lib/qt2 -L$(X11BASE)/lib -L$(LOCALBASE)/lib
WINSRC = $(WINTTYSRC) $(WINQTSRC)
WINOBJ = $(WINTTYOBJ) $(WINQTOBJ)
WINLIB = $(WINTTYLIB) -lqt -lSM
QTDIR = $(LOCALBASE)
LD = g++
MOC= moc2