freebsd-ports/net/kf6-kcalendarcore/Makefile
Tobias C. Berner 633534bf76 KDE: Add KDE Frameworks 6 ports
KDE's 6th Megarelease - Alpha

Wednesday, 8 November 2023

En route to the new Plasma, Frameworks and Gear

Every few years we port the key components of our software to a new
version of Qt, taking the opportunity to remove cruft and leverage the
updated features the most recent version of Qt has to offer us.

It has been nearly 10 years since the last big release of our flagship
Plasma desktop environment, and the time has come again. KDE is making
available today the Alpha version of all the software we will include in
a megarelease scheduled for the end of February 2024.

Announcement: https://kde.org/announcements/megarelease/6/alpha/
Obtained from:	https://github.com/tcberner/kde6-overlay/

Further ports specific changes:
 * multimedia/phonon: is now flavored for Qt5 and Qt6
2023-12-02 14:19:39 +01:00

16 lines
335 B
Makefile

PORTNAME= kcalendarcore
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= net kde kde-frameworks
COMMENT= Provides access to and handling of calendar data
MAINTAINER= kde@FreeBSD.org
LIB_DEPENDS= libical.so:devel/libical
USES= cmake gl kde:6 qt:6 tar:xz
USE_GL= gl opengl
USE_KDE= ecm:build
USE_QT= base
.include <bsd.port.mk>