0d12f1c5d4
PR: 227981 Submitted by: danilo Approved by: maintainer timeout (gnome, 1 month)
19 lines
365 B
Makefile
19 lines
365 B
Makefile
# Created by: Alexander Logvinov <avl@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|