fad2d98251
robots and why they have been programmed to destroy, no one knows. All that is known is that the robots are numerous and their sole objective is to destroy you. Fortunately for you, their creator has focused on quantity rather than quality and as a result the robots are severely lacking in intelligence. Your superior wit and a fancy teleportation device are your only weapons against the never-ending stream of mindless automatons.
17 lines
384 B
Makefile
17 lines
384 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 12:05:41 zhuk Exp $
|
|
|
|
COMMENT = kill-all-robots game for KDE
|
|
DISTNAME = killbots-${MODKDE4_VERSION}
|
|
|
|
WANTLIB = c m pthread stdc++
|
|
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg
|
|
WANTLIB += lib/qt4/QtXml
|
|
WANTLIB += ${KDE4LIB}/kdeui
|
|
|
|
MODKDE4_USE = games
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
x11/gtk+2,-guic
|
|
|
|
.include <bsd.port.mk>
|