zhuk f8a5891a55 KReversi is a simple one player strategy game played against the
computer.  If a player's piece is captured by an opposing player,
that piece is turned over to reveal the color of that player.  A
winner is declared when one player has more pieces of his own color
on the board and there are no more possible moves.
2013-04-24 12:19:37 +00:00

13 lines
297 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 12:19:37 zhuk Exp $
COMMENT = Go-like board game for KDE
DISTNAME = kreversi-${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>