openbsd-ports/x11/kde4/kspaceduel/Makefile
zhuk d89e5d0eaf In KSpaceduel each of two possible players controls a satellite
spaceship orbiting the sun. As the game progresses players have
to eliminate opponent's spacecraft.
2013-04-24 12:32:17 +00:00

13 lines
301 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 12:32:17 zhuk Exp $
COMMENT = 2D space arcade game for KDE
DISTNAME = kspaceduel-${MODKDE4_VERSION}
WANTLIB = c m pthread stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg
WANTLIB += ${KDE4LIB}/kdeui
MODKDE4_USE = games
.include <bsd.port.mk>