rsadowski 91d9fb05f8 Update KDE applications to 20.08.2
One notable kde-applications ports change:

- Remove undocumented kde-applications.port.mk and move logic into
  Makefile.inc.

Ran a bulk build with no issues. Otherwise a simple bug-fix update.

Release notes:
https://kde.org/announcements/releases/2020-10-apps-update/
2020-11-03 16:12:30 +00:00

15 lines
362 B
Makefile

# $OpenBSD: Makefile,v 1.7 2020/11/03 16:12:40 rsadowski Exp $
COMMENT = EXIV2 Library interface for KDE
DISTNAME = libkexiv2-${VERSION}
PKGNAME = libkexiv2-kf5-${VERSION}
CATEGORIES = graphics devel
SHARED_LIBS += KF5KExiv2 1.0 # 5.0
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui exiv2 m
LIB_DEPENDS = graphics/exiv2
.include <bsd.port.mk>