blob: 8b8454d77d5d76436b366029f767b945261f49dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= kde-cli-tools
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Tools based on KDE Frameworks to better interact with the system
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
USES= cmake desktop-file-utils gettext gl kde:6 qt:6 tar:xz xorg
USE_GL= gl opengl
USE_XORG= x11
USE_KDE= colorscheme completion config configwidgets coreaddons \
doctools i18n iconthemes jobwidgets kcmutils kdesu kio parts \
pty service solid widgetsaddons windowsystem xmlgui \
ecm:build
USE_QT= base declarative svg
.include <bsd.port.mk>
|