summaryrefslogtreecommitdiff
path: root/net/krfb/Makefile
blob: aa8c8e798771cf1fef9a8a4df90381dbf0164671 (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
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 \
		libpipewire-0.3.so:multimedia/pipewire

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 kpipewire notifications wallet \
		wayland widgetsaddons windowsystem xmlgui \
		ecm:build
USE_QT=		core dbus gui network widgets x11extras xml \
		buildtools:build qmake:build
USE_XORG=	x11 xcb xdamage xext xtst

OPTIONS_DEFINE=		TELEPATHY DOCS
OPTIONS_SUB=		yes
TELEPATHY_DESC=		Support for Telepathy Tubes
TELEPATHY_LIB_DEPENDS=	libtelepathy-qt5.so:net-im/telepathy-qt

.include <bsd.port.mk>