2016-11-14 16:12:56 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= kglobalaccel
|
2017-11-16 05:59:35 +00:00
|
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
2016-11-14 16:12:56 +00: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
|
|
|
|
|
2018-06-28 17:39:53 +00:00
|
|
|
USES= cmake:outsource compiler:c++11-lib kde:5 qt:5 tar:xz
|
2016-11-14 16:12:56 +00:00
|
|
|
USE_KDE= ecm config coreaddons crash dbusaddons i18n service \
|
|
|
|
windowsystem
|
2018-06-28 17:39:53 +00:00
|
|
|
USE_QT= buildtools_build core dbus gui linguisttools qmake_build \
|
2016-11-14 16:12:56 +00:00
|
|
|
testlib widgets x11extras
|
|
|
|
USE_XORG= xcb
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|