mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
232fa2c455
August 08, 2020. KDE today announces the release of KDE Frameworks 5.73.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. For an introduction see the KDE Frameworks web page. This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner. Changelog: https://kde.org/announcements/kde-frameworks-5.73.0 PR: 248534 Exp-run by: antoine
16 lines
402 B
Makefile
16 lines
402 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kded
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11 kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 extensible daemon for providing system level services
|
|
|
|
USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
|
|
USE_KDE= config coreaddons crash dbusaddons doctools ecm \
|
|
service
|
|
USE_QT= buildtools_build core dbus gui qmake_build widgets
|
|
|
|
.include <bsd.port.mk>
|