mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
cf3c5724f7
- 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
16 lines
281 B
Makefile
16 lines
281 B
Makefile
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -nx
|
|
|
|
COMMENT= Remmina plugin for NX
|
|
|
|
USE_GNOME+= cairo
|
|
USE_XORG+= x11 xkbfile
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
LIB_DEPENDS+= libssh_threads.so:security/libssh
|
|
|
|
.include "${MASTERDIR}/Makefile"
|