zhuk 7163bda9f5 KBounce is a single player arcade game with the elements of puzzle.
It is played on a field, surrounded by walls, with two or more balls
that move about in the field bouncing off of walls. The player can
build new walls, decreasing the size of the active field.
2013-04-24 11:57:17 +00:00

18 lines
447 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 11:57:17 zhuk Exp $
COMMENT = arcade plus puzzle game for KDE
DISTNAME = kbounce-${MODKDE4_VERSION}
WANTLIB = c m pthread stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg
WANTLIB += lib/qt4/QtXml
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio
MODULES = multimedia/phonon
MODKDE4_USE = games
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+2,-guic
.include <bsd.port.mk>