- Upstream renamed net/remmina-plugin-gnome to net/remmina-plugin-secret - Add new plugin net/remmina-plugin-exec to execute commands - Remove unnecessarily complicated pkg-plist logic for plugins Changes this release: https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.27 https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.26 https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.25
12 lines
222 B
Makefile
12 lines
222 B
Makefile
# Created by: Ben Woods <woodsb02@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -exec
|
|
|
|
COMMENT= Remmina plugin to execute a command
|
|
|
|
USE_GNOME+= cairo
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|