1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/x11/kf5-krunner/Makefile
Tobias C. Berner b3ffaf12d7 KDE Frameworks: update to 5.60.0
July 13, 2019. KDE today announces the release of KDE Frameworks 5.60.0.

KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well tested
libraries with friendly licensing terms.

Announcement:
	https://kde.org/announcements/kde-frameworks-5.60.0.php

PR:		239183
Exp-run by:	antoine
2019-07-16 18:41:46 +00:00

17 lines
447 B
Makefile

# $FreeBSD$
PORTNAME= krunner
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= x11 kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 parallelized query system
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= config coreaddons ecm i18n kio package plasma-framework \
service solid threadweaver
USE_QT= buildtools_build concurrent core dbus declarative gui \
network qmake_build widgets
.include <bsd.port.mk>