openbsd-ports/x11/kde4/ksnakeduel/Makefile
zhuk b3f878df0e KTron is a simple snake duel game for the KDE. You can play KTron
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.
2013-04-24 12:31:08 +00:00

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>