mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
60539b7275
Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632
22 lines
741 B
Makefile
22 lines
741 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:outsource gettext kde: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_QT5= core dbus gui network phonon4 printsupport widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|