mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Announcement: https://kde.org/announcements/gear/25.04.0/ Ports changes: kde.mk: - Simplify KDE_APPS_BASED_PATCHLEVEL definition and generalize it for unstable branch. devel/kopeninghours: - Use custom PLIST_SUB to reduce churn on updates. editors/ghostwriter: - Drop upstreamed patch. games/khangman: - Drop upstreamed patch. math/kcalc: - Depend on math/mpc. multimedia/kdenlive: - Prevent fetching during build. - Depends on KF6 Purpose unconditionally and remove no-op OPTIONS_SUB. - Depend on OpenTimelineIO. net/krdc: - Switch to freerdp3. x11-fm/dolphin: - Fix abuse of PLIST_SUB. */*: - Add missing and update KF6 dependencies and Qt components.
25 lines
889 B
Makefile
25 lines
889 B
Makefile
PORTNAME= merkuro
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= deskutils kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Calendar application using Akonadi and QML for online calendars
|
|
WWW= https://invent.kde.org/pim/kalendar
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-only.txt
|
|
|
|
USES= cmake compiler:c++17-lang desktop-file-utils gettext kde:6 \
|
|
qt:6 tar:xz xorg
|
|
USE_KDE= akonadi akonadicalendar akonadicontacts auth calendarcore \
|
|
calendarsupport calendarutils codecs config configwidgets \
|
|
contacts coreaddons dbusaddons eventviews grantleetheme i18n \
|
|
identitymanagement itemmodels kio kirigami-addons kirigami2 \
|
|
mailcommon mime mimetreeparser notifications people \
|
|
pimtextedit qqc2-desktop-style service sonnet textwidgets \
|
|
widgetsaddons windowsystem xmlgui \
|
|
ecm:build
|
|
USE_QT= base location
|
|
USE_XORG= x11
|
|
|
|
.include <bsd.port.mk>
|