ports/devel/kf6-kauth/Makefile
Tobias C. Berner 49e21b4cd9 KDE: Update KDE Frameworks 6 to 6.2
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/
2024-05-13 08:13:15 +02:00

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>