forked from Lainports/opnsense-ports
15 lines
289 B
Makefile
15 lines
289 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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|