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

20 lines
448 B
Makefile

# $OpenBSD: Makefile,v 1.9 2019/03/30 09:13:56 rsadowski Exp $
COMMENT = bar code generator
DISTNAME = prison-${VERSION}
SHARED_LIBS = KF5Prison 4.3 # 5.29
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Network Qt5Qml
WANTLIB += Qt5Quick dmtx m qrencode
BUILD_DEPENDS = x11/qt5/qtquickcontrols
RUN_DEPENDS = x11/qt5/qtquickcontrols
LIB_DEPENDS = graphics/libdmtx \
graphics/libqrencode \
x11/qt5/qtdeclarative
.include <bsd.port.mk>