4196590fa5
This has been on the TODO list for forever... PR: 238764 Reported by: yuri
23 lines
797 B
Makefile
23 lines
797 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kwordquiz
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Flash card trainer for KDE Applications
|
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= attica auth bookmarks codecs completion config configwidgets \
|
|
coreaddons crash doctools ecm emoticons guiaddons i18n \
|
|
iconthemes init itemmodels itemviews jobwidgets kdeclarative \
|
|
kdelibs4support kio libkeduvocdocument newstuff notifications \
|
|
notifyconfig parts service solid sonnet textwidgets \
|
|
unitconversion widgetsaddons windowsystem xmlgui
|
|
USE_QT= core dbus gui network phonon4 printsupport widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|