blob: ae96263685dbf9ef379042a730fa8e05f852a3bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Created by: Alexander Logvinov <avl@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -vnc
COMMENT= Remmina plugin for VNC protocol
BUILD_DEPENDS= ${LOCALBASE}/include/gcrypt.h:${PORTSDIR}/security/libgcrypt
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
gnutls:${PORTSDIR}/security/gnutls
MASTERDIR= ${.CURDIR}/../remmina-plugins
.include "${MASTERDIR}/Makefile"
|