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/
21 lines
460 B
Makefile
21 lines
460 B
Makefile
# $OpenBSD: Makefile,v 1.3 2020/11/03 16:12:31 rsadowski Exp $
|
|
|
|
COMMENT = PIM Akonadi notes support library
|
|
DISTNAME = akonadi-notes-${VERSION}
|
|
CATEGORIES = devel mail
|
|
|
|
SHARED_LIBS += KF5AkonadiNotes 1.0 # 5.13.2
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} KF5I18n KF5Mime Qt5Core Qt5Xml m
|
|
|
|
MODKDE5_TRANSLATIONS = yes
|
|
|
|
BUILD_DEPENDS = devel/kf5/kcodecs
|
|
|
|
LIB_DEPENDS = devel/kf5/ki18n \
|
|
x11/kde-applications/kmime
|
|
|
|
TEST_IS_INTERACTIVE = X11
|
|
|
|
.include <bsd.port.mk>
|