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/
38 lines
1.0 KiB
Makefile
38 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.10 2020/11/03 16:12:38 rsadowski Exp $
|
|
|
|
COMMENT = simple ball dodging game
|
|
DISTNAME = kollision-${VERSION}
|
|
CATEGORIES = games
|
|
|
|
HOMEPAGE = https://www.kde.org/applications/games/kollision
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} KF5Auth KF5AuthCore KF5Codecs KF5ConfigCore
|
|
WANTLIB += KF5ConfigGui KF5ConfigWidgets KF5CoreAddons KF5Crash
|
|
WANTLIB += KF5DBusAddons KF5I18n KF5KDEGames KF5WidgetsAddons
|
|
WANTLIB += KF5XmlGui Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5Qml
|
|
WANTLIB += Qt5Quick Qt5QuickWidgets Qt5Widgets Qt5Xml c m
|
|
|
|
MODKDE5_DESKTOP_FILE = yes
|
|
MODKDE5_ICON_CACHE = yes
|
|
MODKDE5_TRANSLATIONS = yes
|
|
MODKF5_L10N_CONFLICT = yes
|
|
MODKDE5_DOCS = yes
|
|
|
|
BUILD_DEPENDS = x11/qt5/qtquickcontrols
|
|
RUN_DEPENDS = x11/qt5/qtquickcontrols
|
|
|
|
LIB_DEPENDS = devel/kf5/kauth \
|
|
devel/kf5/kcodecs \
|
|
devel/kf5/ki18n \
|
|
devel/kf5/kcrash \
|
|
devel/kf5/kdbusaddons \
|
|
devel/kf5/kconfig \
|
|
devel/kf5/kcoreaddons \
|
|
devel/kf5/kxmlgui \
|
|
devel/kf5/kconfigwidgets \
|
|
devel/kf5/kwidgetsaddons \
|
|
x11/qt5/qtdeclarative \
|
|
x11/kde-applications/libkdegames
|
|
|
|
.include <bsd.port.mk>
|