This is the last kf5 that supports Qt5 5.9. Highlights: - Reworked and unbreak our doas(1) usage in kdesu - Fix breeze-icons/oxygen-icons tests. - Move all test results away from Makefile to port Makefile - Fix baloo bulk issues (again and again - Thanks ndaddy@ for the report)
16 lines
360 B
Makefile
16 lines
360 B
Makefile
# $OpenBSD: Makefile,v 1.11 2019/03/30 09:13:51 rsadowski Exp $
|
|
|
|
COMMENT = Utilities for graphical user interfaces
|
|
DISTNAME = kguiaddons-${VERSION}
|
|
|
|
SHARED_LIBS = KF5GuiAddons 4.3
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} ICE Qt5Core Qt5Gui Qt5X11Extras
|
|
WANTLIB += SM X11 Xext m xcb
|
|
|
|
LIB_DEPENDS = x11/qt5/qtx11extras
|
|
|
|
TEST_IS_INTERACTIVE = X11
|
|
|
|
.include <bsd.port.mk>
|