3105eaf6a6
PR: 214378 Reported by: Koichiro IWAO <meta+ports@vmeta.jp> Reported by: timp87@gmail.com Approved by: adamw (mentor, implicit)
17 lines
317 B
Makefile
17 lines
317 B
Makefile
# Created by: Alexander Logvinov <avl@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -rdp
|
|
|
|
COMMENT= Remmina plugin for RDP protocol
|
|
|
|
LIB_DEPENDS= libfreerdp.so:net/freerdp
|
|
|
|
USE_GNOME+= cairo
|
|
USE_XORG+= ice sm x11 xext
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
PLIST_SUB+= ICONS="" SSH=""
|
|
|
|
.include "${MASTERDIR}/Makefile"
|