aboutsummaryrefslogtreecommitdiff
path: root/net/krfb/Makefile
blob: 308478fbdb470ea92dd18d7a475552dc04248b87 (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
32
33
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=		alias cmake compiler:c++11-lib gettext jpeg kde:5 pkgconfig \
		qt:5 tar:xz xorg
USE_KDE=	auth codecs completion config configwidgets coreaddons crash \
		dbusaddons dnssd doctools i18n notifications wallet \
		wayland widgetsaddons windowsystem xmlgui \
		ecm:build plasma-wayland-protocols:build
USE_QT=		core dbus gui network widgets x11extras xml \
		buildtools:build qmake:build
USE_XORG=	x11 xcb xdamage xext xtst

OPTIONS_DEFINE=			DOCS PIPEWIRE TELEPATHY
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
TELEPATHY_DESC=			Support for Telepathy Tubes
TELEPATHY_LIB_DEPENDS=		libtelepathy-qt5.so:net-im/telepathy-qt

.include <bsd.port.mk>