1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/krdc/Makefile
Marcelo Araujo 4c53794094 Bump PORTREVISION of several ports that depends of net/libvncserver to
reflect the changes made on r445054.

PR:			ports/220565 (based on)
Submitted by:		Martin Birgmeier <la5lbtyi@aon.at>
Sponsored by:		iXsystems, Inc.
2017-07-12 02:39:35 +00:00

24 lines
531 B
Makefile

# $FreeBSD$
PORTNAME= krdc
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 4
CATEGORIES= net kde kde-kde4
MAINTAINER= kde@FreeBSD.org
COMMENT= RDP and VNC client for KDE
LIB_DEPENDS= libvncserver.so:net/libvncserver \
libtelepathy-qt4.so:net-im/telepathy-qt4
USES= cmake:outsource kde:4 tar:xz
USE_KDE= kdelibs automoc4
USE_QT4= moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
OPTIONS_DEFINE= FREERDP
FREERDP_DESC= Remote Desktop support via FreeRDP
FREERDP_RUN_DEPENDS= xfreerdp:net/freerdp
.include <bsd.port.mk>