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/
34 lines
940 B
Makefile
34 lines
940 B
Makefile
# $OpenBSD: Makefile,v 1.7 2020/11/03 16:12:39 rsadowski Exp $
|
|
|
|
COMMENT = screen ruler for KDE
|
|
DISTNAME = kruler-${VERSION}
|
|
CATEGORIES = graphics
|
|
|
|
HOMEPAGE = https://www.kde.org/applications/graphics/kruler/
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} KF5Auth KF5AuthCore KF5Codecs KF5ConfigCore
|
|
WANTLIB += KF5ConfigGui KF5ConfigWidgets KF5CoreAddons KF5I18n
|
|
WANTLIB += KF5Notifications KF5WidgetsAddons KF5WindowSystem KF5XmlGui
|
|
WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5Widgets Qt5X11Extras Qt5Xml
|
|
WANTLIB += c m xcb
|
|
|
|
MODKDE5_DESKTOP_FILE = yes
|
|
MODKDE5_ICON_CACHE = yes
|
|
MODKDE5_TRANSLATIONS = yes
|
|
MODKF5_I18N_CONFLICT = yes
|
|
MODKF5_L10N_CONFLICT = yes
|
|
MODKDE5_DOCS = yes
|
|
|
|
LIB_DEPENDS = devel/kf5/kauth \
|
|
devel/kf5/kcodecs \
|
|
devel/kf5/kconfig \
|
|
devel/kf5/kconfigwidgets \
|
|
devel/kf5/kcoreaddons \
|
|
devel/kf5/knotifications \
|
|
devel/kf5/kwidgetsaddons \
|
|
devel/kf5/kwindowsystem \
|
|
devel/kf5/kxmlgui \
|
|
x11/qt5/qtx11extras
|
|
|
|
.include <bsd.port.mk>
|