d89e5d0eaf
spaceship orbiting the sun. As the game progresses players have to eliminate opponent's spacecraft.
13 lines
301 B
Makefile
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>
|