mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
Friday, 10 May 2024 KDE today announces the release of KDE Frameworks 6.2.0. KDE Frameworks are 72 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 release announcement. This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner. Announcement: https://kde.org/announcements/frameworks/6/6.2.0/
15 lines
350 B
Makefile
15 lines
350 B
Makefile
PORTNAME= kauth
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= devel kde kde-frameworks
|
|
|
|
COMMENT= Execute actions as privileged user
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
LIB_DEPENDS= libpolkit-qt6-core-1.so:sysutils/polkit-qt-1@qt6
|
|
|
|
USES= cmake kde:6 qt:6 tar:xz
|
|
USE_KDE= coreaddons kded windowsystem \
|
|
ecm:build
|
|
USE_QT= base
|
|
|
|
.include <bsd.port.mk>
|