rsadowski ff032fc62c Update KDE frameworks to 5.75.0
One notable kf5 ports change:

- Some patches merged upsteam. This is very positive that the KDE team accepts
  our patches.

Ran a bulk build with no issues. Otherwise a simple update.

Release notes:
https://kde.org/announcements/kde-frameworks-5.75.0/
2020-11-03 16:12:03 +00:00

21 lines
465 B
Makefile

# $OpenBSD: Makefile,v 1.14 2020/11/03 16:12:07 rsadowski Exp $
COMMENT = JavaScript/ECMAScript engine for KDE
DISTNAME = kjs-${VERSION}
SHARED_LIBS = KF5JS 5.0
SHARED_LIBS += KF5JSApi 5.0
WANTLIB += ${COMPILER_LIBCXX} Qt5Core c m pcre pcreposix
BUILD_DEPENDS = devel/gettext,-tools \
devel/kf5/kdoctools>=${MODKF5_VERSION}
RUN_DEPENDS = devel/kf5/kdoctools>=${MODKF5_VERSION}
LIB_DEPENDS = devel/pcre
IS_PORTING_AID = Yes
.include <bsd.port.mk>