Changes this release: https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.24 https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.23 https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.22 https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.21 https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.20
17 lines
318 B
Makefile
17 lines
318 B
Makefile
# Created by: Alexander Logvinov <avl@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -rdp
|
|
|
|
COMMENT= Remmina plugin for RDP protocol
|
|
|
|
LIB_DEPENDS= libfreerdp2.so:net/freerdp
|
|
|
|
USE_GNOME+= cairo
|
|
USE_XORG+= ice sm x11 xext
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
PLIST_SUB+= ICONS="" SSH=""
|
|
|
|
.include "${MASTERDIR}/Makefile"
|