blob: c69565e471ed8676c9b68b35738217310821a53f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
PORTNAME= krfb
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= VNC server for KDE
WWW= https://www.kde.org
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
LIB_DEPENDS= libvncserver.so:net/libvncserver \
libxcb-image.so:x11/xcb-util-image
USES= cmake compiler:c++11-lib gettext jpeg kde:6 pkgconfig \
qt:6 tar:xz xorg
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons dnssd doctools i18n notifications \
statusnotifieritem wallet wayland widgetsaddons windowsystem \
xmlgui \
ecm:build plasma-wayland-protocols:build
USE_QT= base
USE_XORG= x11 xcb xdamage xext xtst
OPTIONS_DEFINE= DOCS PIPEWIRE
OPTIONS_DEFAULT= PIPEWIRE
OPTIONS_SUB= yes
PIPEWIRE_DESC= Screen capture via PipeWire
PIPEWIRE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire
PIPEWIRE_USE= KDE=kpipewire
PIPEWIRE_CMAKE_BOOL_OFF= DISABLE_PIPEWIRE
.include <bsd.port.mk>
|