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.
13 lines
297 B
Makefile
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>
|