18 lines
379 B
Makefile
18 lines
379 B
Makefile
|
# New ports collection makefile for: remmina-plugin-vnc
|
||
|
# Date created: 24 June 2010
|
||
|
# Whom: Alexander Logvinov <avl@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PKGNAMESUFFIX= -vnc
|
||
|
|
||
|
COMMENT= Remmina plugin for VNC protocol
|
||
|
|
||
|
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
||
|
gnutls:${PORTSDIR}/security/gnutls
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|