mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
fcf437462e
Release announcement https://kde.org/announcements/announce-applications-19.08.0.php Thanks to tcberner for doing most of the prep-work.
23 lines
781 B
Makefile
23 lines
781 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kwordquiz
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
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>
|