forked from Lainports/freebsd-ports
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
13 lines
234 B
Makefile
13 lines
234 B
Makefile
# Created by: Ben Woods <woodsb02@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -exec
|
|
|
|
COMMENT= Remmina plugin to execute a command
|
|
|
|
USES= gnome
|
|
USE_GNOME= cairo
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|