f08e938927
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
17 lines
354 B
Makefile
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"
|