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.
47 lines
1.4 KiB
Makefile
47 lines
1.4 KiB
Makefile
PORTNAME= kalarm
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= deskutils kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Personal alarm scheduler
|
|
WWW= https://www.kde.org/
|
|
|
|
LIB_DEPENDS= libical.so:devel/libical
|
|
|
|
USES= cmake compiler:c++11-lib gettext kde:6 qt:6 shebangfix tar:xz \
|
|
xorg
|
|
USE_KDE= auth bookmarks colorscheme codecs completion config configwidgets \
|
|
coreaddons crash dbusaddons guiaddons i18n iconthemes \
|
|
itemmodels itemviews jobwidgets kcmutils kio notifications \
|
|
notifyconfig parts phonon service solid sonnet \
|
|
statusnotifieritem texttemplate textwidgets unitconversion wallet \
|
|
widgetsaddons windowsystem xmlgui \
|
|
ecm:build
|
|
# pim components
|
|
USE_KDE+= akonadi akonadicontacts akonadimime calendarcore calendarutils \
|
|
contacts globalaccel grantleetheme holidays identitymanagement \
|
|
idletime imap libkdepim mailcommon 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
|
|
OPTIONS_RADIO= AUDIO
|
|
AUDIO_DESC= Audio backend
|
|
OPTIONS_RADIO_AUDIO= MPV VLC
|
|
OPTIONS_DEFAULT= MPV # VLC still uses Qt5
|
|
OPTIONS_SUB= yes
|
|
|
|
MPV_DESC= Play audio via libmpv
|
|
MPV_LIB_DEPENDS= libmpv.so:multimedia/mpv
|
|
MPV_CMAKE_BOOL= ENABLE_LIBMPV
|
|
|
|
VLC_DESC= Play audio via libVLC
|
|
VLC_LIB_DEPENDS= libvlc.so:multimedia/vlc
|
|
VLC_CMAKE_BOOL= ENABLE_LIBVLC
|
|
|
|
.include <bsd.port.mk>
|