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.
36 lines
1.1 KiB
Makefile
36 lines
1.1 KiB
Makefile
PORTNAME= korganizer
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= deskutils kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Calendar and scheduling Program
|
|
WWW= https://www.kde.org/
|
|
|
|
LIB_DEPENDS= libical.so:devel/libical
|
|
|
|
USES= cmake compiler:c++11-lib desktop-file-utils gettext gl kde:6 \
|
|
qt:6 tar:xz xorg
|
|
USE_GL= gl
|
|
USE_KDE= attica auth bookmarks codecs completion config configwidgets \
|
|
coreaddons crash dbusaddons guiaddons i18n iconthemes \
|
|
itemmodels itemviews jobwidgets kcmutils kio newstuff \
|
|
notifications parts phonon service solid sonnet textwidgets \
|
|
unitconversion userfeedback wallet widgetsaddons windowsystem \
|
|
xmlgui \
|
|
ecm:build
|
|
# pim components
|
|
USE_KDE+= akonadi akonadicalendar akonadicontacts akonadimime \
|
|
akonadisearch calendarcore calendarsupport \
|
|
calendarutils contacts eventviews grantleetheme holidays \
|
|
identitymanagement imap incidenceeditor kontactinterface ldap \
|
|
libkdepim mailtransport mime pimcommon pimtextedit \
|
|
kdepim-runtime:run
|
|
USE_QT= base
|
|
USE_XORG= x11
|
|
USE_LDCONFIG= yes
|
|
|
|
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|