d2287df781
card game for two players, where the second player is either live opponent, or built in artificial intelligence. The game is played using a single deck of cards. Cards are shuffled and distributed amongst the players in such a way that half of them are face down and half of them are open. Each participant plays one of the open cards per turn. As soon as all the cards are played the round ends and points are calculated and awarded.
16 lines
345 B
Makefile
16 lines
345 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 18:29:21 zhuk Exp $
|
|
|
|
COMMENT = card game for KDE
|
|
DISTNAME = lskat-${MODKDE4_VERSION}
|
|
|
|
WANTLIB = c m pthread stdc++
|
|
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg
|
|
WANTLIB += ${KDE4LIB}/kdeui
|
|
|
|
MODKDE4_USE = games
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
x11/gtk+2,-guic
|
|
|
|
.include <bsd.port.mk>
|