One notable kde-applications ports change: - Remove undocumented kde-applications.port.mk and move logic into Makefile.inc. Ran a bulk build with no issues. Otherwise a simple bug-fix update. Release notes: https://kde.org/announcements/releases/2020-10-apps-update/
52 lines
1.5 KiB
Makefile
52 lines
1.5 KiB
Makefile
# $OpenBSD: Makefile,v 1.4 2020/11/03 16:12:37 rsadowski Exp $
|
|
|
|
COMMENT = mail transport service
|
|
DISTNAME = kmailtransport-${VERSION}
|
|
CATEGORIES = mail devel
|
|
|
|
SHARED_LIBS += KF5MailTransport 1.0 # 5.13.3
|
|
SHARED_LIBS += KF5MailTransportAkonadi 1.0 # 5.13.3
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} KF5AkonadiCore KF5AkonadiMime KF5Auth
|
|
WANTLIB += KF5AuthCore KF5Codecs KF5Completion KF5ConfigCore KF5ConfigGui
|
|
WANTLIB += KF5ConfigWidgets KF5CoreAddons KF5I18n KF5ItemModels
|
|
WANTLIB += KF5JobWidgets KF5KCMUtils KF5KIOCore KF5KIOGui KF5KIOWidgets
|
|
WANTLIB += KF5Mime KF5Service KF5Wallet KF5WidgetsAddons KF5WindowSystem
|
|
WANTLIB += KPimGAPICore KPimSMTP Qt5Concurrent Qt5Core Qt5DBus
|
|
WANTLIB += Qt5Gui Qt5Network Qt5Widgets Qt5Xml m
|
|
|
|
MODKDE5_TRANSLATIONS = yes
|
|
|
|
BUILD_DEPENDS = devel/kf5/sonnet \
|
|
devel/kf5/solid \
|
|
devel/kf5/ktextwidgets \
|
|
devel/boost
|
|
|
|
RUN_DEPENDS = devel/kf5/sonnet \
|
|
devel/kf5/solid \
|
|
devel/kf5/ktextwidgets
|
|
|
|
LIB_DEPENDS = devel/kf5/kauth \
|
|
devel/kf5/kcmutils \
|
|
devel/kf5/kcodecs \
|
|
devel/kf5/kcompletion \
|
|
devel/kf5/kconfig \
|
|
devel/kf5/kconfigwidgets \
|
|
devel/kf5/kcoreaddons \
|
|
devel/kf5/ki18n \
|
|
devel/kf5/kio \
|
|
devel/kf5/kitemmodels \
|
|
devel/kf5/kjobwidgets \
|
|
devel/kf5/kservice \
|
|
devel/kf5/kwallet \
|
|
devel/kf5/kwidgetsaddons \
|
|
x11/kde-applications/akonadi \
|
|
x11/kde-applications/akonadi-mime \
|
|
x11/kde-applications/kmime \
|
|
x11/kde-applications/ksmtp \
|
|
x11/kde-applications/libkgapi
|
|
|
|
TEST_IS_INTERACTIVE = X11
|
|
|
|
.include <bsd.port.mk>
|