1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
2020-03-14 19:03:35 +00:00

29 lines
827 B
Makefile

# $FreeBSD$
PORTNAME= krfb
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= VNC server for KDE
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 ecm i18n notifications \
wallet widgetsaddons windowsystem xmlgui
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>