mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
21 lines
550 B
Makefile
21 lines
550 B
Makefile
|
# Created by: tcberner
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= kglobalaccel
|
||
|
PORTVERSION= ${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>
|