invading various cities in a plane that is decreasing in height. The goal of the game is to destroy all the buildings and advance to the next level. Each level gets a harder by increasing the speed of the plane and the height of the buildings.
17 lines
386 B
Makefile
17 lines
386 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 11:29:41 zhuk Exp $
|
|
|
|
COMMENT = bomber 2D arcade game for KDE
|
|
DISTNAME = bomber-${MODKDE4_VERSION}
|
|
|
|
WANTLIB = c m pthread stdc++
|
|
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg
|
|
WANTLIB += ${KDE4LIB}/kdeui
|
|
|
|
MODULES = multimedia/phonon
|
|
MODKDE4_USE = games
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
x11/gtk+2,-guic
|
|
|
|
.include <bsd.port.mk>
|