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/
25 lines
613 B
Makefile
25 lines
613 B
Makefile
# $OpenBSD: Makefile,v 1.3 2020/11/03 16:12:39 rsadowski Exp $
|
|
|
|
COMMENT = KDE PIM TNEF library
|
|
DISTNAME = ktnef-${VERSION}
|
|
CATEGORIES = devel
|
|
|
|
SHARED_LIBS += KF5Tnef 1.0 # 5.13.2
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} KF5CalendarCore KF5CalendarUtils
|
|
WANTLIB += KF5ConfigCore KF5ConfigGui KF5Contacts KF5CoreAddons
|
|
WANTLIB += KF5I18n Qt5Core Qt5Gui Qt5Widgets Qt5Xml m
|
|
|
|
MODKDE5_TRANSLATIONS = yes
|
|
|
|
LIB_DEPENDS = devel/kf5/kcalendarcore \
|
|
devel/kf5/kconfig \
|
|
devel/kf5/kcontacts \
|
|
devel/kf5/kcoreaddons \
|
|
devel/kf5/ki18n \
|
|
x11/kde-applications/kcalutils
|
|
|
|
TEST_IS_INTERACTIVE = X11
|
|
|
|
.include <bsd.port.mk>
|