8fe1b9ba64
author played as a child. A word is picked at random and displayed with its letters in a messed order, with difficulty dependent on the chosen level. You have an unlimited number of attempts, and scores are kept.
20 lines
531 B
Makefile
20 lines
531 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 11:49:43 zhuk Exp $
|
|
|
|
COMMENT = letter order game for KDE
|
|
DISTNAME = kanagram-${MODKDE4_VERSION}
|
|
|
|
SHARED_LIBS = kanagramengine 0.0
|
|
|
|
WANTLIB = c m pthread stdc++
|
|
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg lib/qt4/QtXml
|
|
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/knewstuff3 ${KDE4LIB}/keduvocdocument
|
|
|
|
MODULES = multimedia/phonon
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
x11/gtk+2,-guic
|
|
|
|
LIB_DEPENDS = ${MODKDE4_DEP_DIR}/libkdeedu>=${MODKDE4_DEP_VERSION}
|
|
|
|
.include <bsd.port.mk>
|