openbsd-ports/x11/kde4/knetwalk/Makefile
zhuk e0b3ae0e15 KNetwalk is a single player logic game. Construct the network,
connecting all the terminals to the server in the fewest turns possible.
2013-04-24 12:15:47 +00:00

13 lines
324 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 12:15:47 zhuk Exp $
COMMENT = rotating pieces game for KDE
DISTNAME = knetwalk-${MODKDE4_VERSION}
WANTLIB = c m pthread stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/knotifyconfig
MODKDE4_USE = games
.include <bsd.port.mk>