Files
ports/net/krdc/Makefile
T
Max Brazhnikov a52819c97e KDE: Update KDE Gear to 26.04.0
Announcement: https://kde.org/announcements/gear/26.04.0/

Ports changes:

audio/libkcompactdisc:
 - Remove port, no longer shipped with KDE Gear

deskutils/kdeconnect-kde:
 - Add dependency on libei

misc/minuet:
 - Add missing dependencies
 - Add patch to restore parity with Linux

net/krdc:
 - Update dependencies

x11/yakuake:
 - Add missing dependencies
2026-04-16 21:33:36 +03:00

38 lines
1.1 KiB
Makefile

PORTNAME= krdc
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= RDP and VNC client for KDE
WWW= https://kde.org/applications/internet/krdc/
LIB_DEPENDS= libvncclient.so:net/libvncserver \
libxkbcommon.so:x11/libxkbcommon \
libwayland-client.so:graphics/wayland \
libwayland-cursor.so:graphics/wayland \
libqt6keychain.so:security/qtkeychain@qt6 \
libssh.so:security/libssh
USES= cmake compiler:c++11-lang desktop-file-utils gettext gl kde:6 \
pkgconfig qt:6 shared-mime-info tar:xz xorg
USE_GL= opengl
USE_KDE= activities bookmarks colorscheme completion config \
configwidgets coreaddons crash dnssd doctools i18n iconthemes \
jobwidgets kcmutils kio notifications notifyconfig service \
solid statusnotifieritem widgetsaddons windowsystem \
xmlgui ecm:build
USE_QT= base declarative wayland
USE_XORG= x11
USE_LDCONFIG= yes
CMAKE_ON= WITH_VNC
OPTIONS_DEFINE= FREERDP DOCS
OPTIONS_DEFAULT= FREERDP
OPTIONS_SUB= yes
FREERDP_DESC= Remote Desktop support via FreeRDP
FREERDP_LIB_DEPENDS= libfreerdp3.so:net/freerdp3
FREERDP_CMAKE_BOOL= WITH_RDP
.include <bsd.port.mk>