eb64116000
color cells according to numbers given at the side of the board.
17 lines
419 B
Makefile
17 lines
419 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 18:36:48 zhuk Exp $
|
|
|
|
COMMENT = single player puzzle game for KDE
|
|
DISTNAME = picmi-${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}/kdeui ${KDE4LIB}/kio
|
|
|
|
MODKDE4_USE = games
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
x11/gtk+2,-guic
|
|
|
|
.include <bsd.port.mk>
|