2016-11-14 17:12:56 +01:00
|
|
|
PORTNAME= kglobalaccel
|
2017-11-16 06:59:35 +01:00
|
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
2022-09-05 21:05:10 +02:00
|
|
|
PORTREVISION= 1
|
2016-11-14 17:12:56 +01:00
|
|
|
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
|
|
|
|
|
2019-11-03 10:18:27 +01:00
|
|
|
USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz xorg
|
2021-07-09 00:14:10 +02:00
|
|
|
USE_KDE= config coreaddons crash dbusaddons i18n service \
|
|
|
|
windowsystem \
|
|
|
|
ecm_build
|
|
|
|
USE_QT= core dbus gui linguisttools widgets x11extras \
|
|
|
|
buildtools_build qmake_build testlib_build
|
2022-09-05 21:05:10 +02:00
|
|
|
USE_XORG= x11 xcb
|
2016-11-14 17:12:56 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|