c04129cc12
version 1.2.0. Mark BROKEN because the build gets further but is still broken. This version of remmina is incompatible with freerdb 1.2.0. It appears that remmina 1.2.0 is required. Approved by: mat (mentor, implicit)
16 lines
342 B
Makefile
16 lines
342 B
Makefile
# Created by: Alexander Logvinov <avl@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -rdp
|
|
|
|
COMMENT= Remmina plugin for RDP protocol
|
|
|
|
LIB_DEPENDS= libfreerdp.so:${PORTSDIR}/net/freerdp
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
BROKEN= version 1.0.0 is incompatible with freerdp 1.2.x
|
|
|
|
PLIST_SUB+= ICONS="" SSH=""
|
|
|
|
.include "${MASTERDIR}/Makefile"
|