b3f878df0e
against the computer or a friend. The aim of the game is to live longer than your opponent. To do that, avoid running into a wall, your own tail and that of your opponent. KSnakeDuel is a simple Snake-like game for the KDE. The aim of KSnake is to survive as long as possible and eat as many fruits as you can. You can switch between these games using the game type selector in the configuration dialog.
18 lines
488 B
Makefile
18 lines
488 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 12:31:08 zhuk Exp $
|
|
|
|
COMMENT = two-players games based on Snake and Tron for KDE
|
|
DISTNAME = ksnakeduel-${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}/kdegamesprivate ${KDE4LIB}/kdeui
|
|
WANTLIB += ${KDE4LIB}/knotifyconfig
|
|
|
|
MODKDE4_USE = games
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
x11/gtk+2,-guic
|
|
|
|
.include <bsd.port.mk>
|