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

23 lines
529 B
Makefile

# $OpenBSD: Makefile,v 1.11 2019/03/30 09:13:51 rsadowski Exp $
COMMENT = text emoticons to graphical emoticons KDE converter
DISTNAME = kemoticons-${VERSION}
SHARED_LIBS = KF5Emoticons 4.3
WANTLIB += ${COMPILER_LIBCXX} KF5Archive KF5ConfigCore KF5CoreAddons
WANTLIB += KF5Service Qt5Core Qt5DBus Qt5Gui Qt5Xml m
LIB_DEPENDS = devel/kf5/karchive \
devel/kf5/kconfig \
devel/kf5/kcoreaddons \
devel/kf5/kservice
TEST_DEPENDS += ${BUILD_PKGPATH}
PORTHOME = ${WRKDIR}
TEST_IS_INTERACTIVE = X11
.include <bsd.port.mk>