openbsd-ports/x11/kde4/kigo/Makefile
zhuk aa59997354 Go is a strategic board game for two players. It is also known as igo
(Japanese), weiqi or wei ch'i (Chinese) or baduk (Korean). Go is noted
for being rich in strategic complexity despite its simple rules.

The game is played by two players who alternately place black and white
stones (playing pieces, now usually made of glass or plastic) on the
vacant intersections of a grid of 19x19 lines (9x9 or 13x13 lines for
easier flavors).
2013-04-24 12:05:16 +00:00

18 lines
470 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 12:05:16 zhuk Exp $
COMMENT = Go implementation for KDE
DISTNAME = kigo-${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}/knewstuff3
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio
MODKDE4_USE = games
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+2,-guic
.include <bsd.port.mk>