d0d2791306
* update to 5.40.0 * unreleated cleanups: - unify use of DISTVERSION - remove created by line PR: 223602 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D12966
19 lines
527 B
Makefile
19 lines
527 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kglobalaccel
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11 kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 library to add support for global workspace shortcuts
|
|
|
|
LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms
|
|
|
|
USES= cmake:outsource compiler:c++11-lib kde:5 tar:xz
|
|
USE_KDE= ecm config coreaddons crash dbusaddons i18n service \
|
|
windowsystem
|
|
USE_QT5= buildtools_build core dbus gui linguisttools qmake_build \
|
|
testlib widgets x11extras
|
|
USE_XORG= xcb
|
|
|
|
.include <bsd.port.mk>
|