freebsd-ports/net/remmina-plugin-vnc/Makefile
Ben Woods f08e938927 net/remmina: Upgrade to 1.3.5
Adding support for ST("simple" terminal), www, and spice.
Enabling nx by default.
Telepathy plugin is disabled upstream and is removed as a port to match.

Changes this release:
  https://gitlab.com/Remmina/Remmina/blob/v1.3.5/CHANGELOG.md

PR:		238221
Submitted by:	Nick Wolff <darkfiberiru@gmail.com>
Reported by:	cem
Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D21166
2019-08-18 10:34:04 +00:00

17 lines
354 B
Makefile

# Created by: Alexander Logvinov <avl@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -vnc
COMMENT= Remmina plugin for VNC protocol
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgnutls.so:security/gnutls \
libvncserver.so:net/libvncserver
USES= gnome jpeg
USE_GNOME= cairo
MASTERDIR= ${.CURDIR}/../remmina-plugins
.include "${MASTERDIR}/Makefile"