rsadowski b68dc5e11f Update kde releases frameworks to 5.54.0
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)
2019-03-30 09:13:48 +00:00

24 lines
569 B
Makefile

# $OpenBSD: Makefile,v 1.11 2019/03/30 09:13:48 rsadowski Exp $
COMMENT = statistics for the KDE Activity concept
DISTNAME = kactivities-stats-${VERSION}
SHARED_LIBS = KF5ActivitiesStats 4.3
WANTLIB += ${COMPILER_LIBCXX} KF5Activities KF5ConfigCore Qt5Core
WANTLIB += Qt5DBus Qt5Sql m
BUILD_DEPENDS = devel/boost \
x11/qt5/qtdeclarative \
x11/qt5/qtquickcontrols
RUN_DEPENDS = x11/qt5/qtquickcontrols
LIB_DEPENDS = devel/kf5/kactivities \
devel/kf5/kconfig
# For boost
CONFIGURE_ENV += CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include"
.include <bsd.port.mk>