for vocabulary learning and many other subjects. KWordQuiz is the KDE version of the Windows program WordQuiz. If you have just switched to KDE/Linux you can use all files created in WordQuiz with KWordQuiz. KWordQuiz uses the kvtml file format and you can download contributed files.
18 lines
568 B
Makefile
18 lines
568 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 18:21:42 zhuk Exp $
|
|
|
|
COMMENT = general purpose flash card program for KDE
|
|
DISTNAME = kwordquiz-${MODKDE4_VERSION}
|
|
|
|
WANTLIB = c m pthread stdc++
|
|
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork
|
|
WANTLIB += lib/qt4/QtSvg lib/qt4/QtXml
|
|
WANTLIB += ${KDE4LIB}/keduvocdocument ${KDE4LIB}/kdeui ${KDE4LIB}/kio
|
|
WANTLIB += ${KDE4LIB}/knewstuff3 ${KDE4LIB}/knotifyconfig
|
|
WANTLIB += ${KDE4LIB}/kprintutils
|
|
|
|
MODULES = multimedia/phonon
|
|
|
|
LIB_DEPENDS = ${MODKDE4_DEP_DIR}/libkdeedu>=${MODKDE4_DEP_VERSION}
|
|
|
|
.include <bsd.port.mk>
|