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
682 B
Makefile
25 lines
682 B
Makefile
PORTNAME= pim-sieve-editor
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= deskutils kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Mail sieve editor
|
|
WWW= https://www.kde.org/
|
|
|
|
LIB_DEPENDS= libqt6keychain.so:security/qtkeychain@qt6
|
|
|
|
USES= cmake compiler:c++11-lib gettext kde:6 qt:6 tar:xz
|
|
USE_KDE= auth bookmarks codecs config configwidgets coreaddons crash \
|
|
dbusaddons i18n iconthemes kio service userfeedback \
|
|
wallet widgetsaddons xmlgui \
|
|
ecm:build
|
|
# pim components
|
|
USE_KDE+= libksieve mailtransport pimcommon pimtextedit
|
|
USE_QT= base
|
|
USE_LDCONFIG= yes
|
|
|
|
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|