1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/remmina-plugin-nx/Makefile
Ben Woods cf3c5724f7 net/remmina: Update to v1.2.0-rcgit.27 (Valentine Edition 2018)
- 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
2018-03-04 05:21:09 +00:00

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"