c2d9917b51
to resemble a certain shape. The player then is expected to remove all the tiles off the game board by locating each tile's matching pair.
20 lines
560 B
Makefile
20 lines
560 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 12:10:37 zhuk Exp $
|
|
|
|
COMMENT = Mah Jongg solitare board game for KDE
|
|
DISTNAME = kmahjongg-${MODKDE4_VERSION}
|
|
|
|
MODKDE4_USE = games
|
|
|
|
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}/kdeui ${KDE4LIB}/kio
|
|
WANTLIB += ${KDE4LIB}/kmahjongglib
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
x11/gtk+2,-guic
|
|
|
|
LIB_DEPENDS = ${MODKDE4_DEP_DIR}/libkmahjongg>=${MODKDE4_DEP_VERSION}
|
|
|
|
.include <bsd.port.mk>
|