mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
4b87a977f6
Release Announcement: https://www.kde.org/announcements/kde-frameworks-5.55.0.php PR: 235620 Exp-run by: antoine
20 lines
522 B
Makefile
20 lines
522 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 compiler:c++11-lib kde:5 qt:5 tar:xz
|
|
USE_KDE= ecm config coreaddons crash dbusaddons i18n service \
|
|
windowsystem
|
|
USE_QT= buildtools_build core dbus gui linguisttools qmake_build \
|
|
testlib widgets x11extras
|
|
USE_XORG= xcb
|
|
|
|
.include <bsd.port.mk>
|