8d5ec9a73d
Changes this release: https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.18
19 lines
378 B
Makefile
19 lines
378 B
Makefile
# Created by: Alexander Logvinov <avl@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -vnc
|
|
|
|
COMMENT= Remmina plugin for VNC protocol
|
|
|
|
LIB_DEPENDS= libgnutls.so:security/gnutls \
|
|
libgcrypt.so:security/libgcrypt \
|
|
libvncserver.so:net/libvncserver
|
|
|
|
USES= jpeg
|
|
USE_GNOME+= cairo
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
PLIST_SUB+= ICONS="" SSH=""
|
|
|
|
.include "${MASTERDIR}/Makefile"
|