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)
14 lines
289 B
Makefile
14 lines
289 B
Makefile
# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:49 rsadowski Exp $
|
|
|
|
COMMENT = string encoding/decoding for KDE
|
|
DISTNAME = kcodecs-${VERSION}
|
|
|
|
SHARED_LIBS = KF5Codecs 4.3
|
|
|
|
WANTLIB = ${COMPILER_LIBCXX} Qt5Core m
|
|
|
|
BUILD_DEPENDS = devel/gperf
|
|
RUN_DEPENDS = devel/gperf
|
|
|
|
.include <bsd.port.mk>
|