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/
28 lines
643 B
Makefile
28 lines
643 B
Makefile
# $OpenBSD: Makefile,v 1.3 2020/11/03 16:12:39 rsadowski Exp $
|
|
|
|
COMMENT = KDE PIM SMTP library
|
|
DISTNAME = ksmtp-${VERSION}
|
|
CATEGORIES = devel mail
|
|
|
|
HOMEPAGE = https://kontact.kde.org/
|
|
|
|
SHARED_LIBS += KPimSMTP 1.0 # 5.13.3
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} KF5ConfigCore KF5CoreAddons KF5I18n
|
|
WANTLIB += KF5KIOCore KF5Service Qt5Concurrent Qt5Core Qt5DBus
|
|
WANTLIB += Qt5Network m sasl2
|
|
|
|
MODKDE5_TRANSLATIONS = yes
|
|
|
|
LIB_DEPENDS = devel/kf5/kconfig \
|
|
devel/kf5/kcoreaddons \
|
|
devel/kf5/ki18n \
|
|
devel/kf5/kio \
|
|
devel/kf5/kservice \
|
|
security/cyrus-sasl2
|
|
|
|
TEST_IS_INTERACTIVE = X11
|
|
PORTHOME = ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|