diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/remmina-plugin-vnc/Makefile | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 5fef99a32dbe..c43a2e8959b3 100644 --- a/net/Makefile +++ b/net/Makefile @@ -888,6 +888,7 @@ SUBDIR += remmina-plugin-i18n SUBDIR += remmina-plugin-rdp SUBDIR += remmina-plugin-telepathy + SUBDIR += remmina-plugin-vnc SUBDIR += remmina-plugins SUBDIR += remotedesk SUBDIR += repeater diff --git a/net/remmina-plugin-vnc/Makefile b/net/remmina-plugin-vnc/Makefile new file mode 100644 index 000000000000..32d9f3ddece6 --- /dev/null +++ b/net/remmina-plugin-vnc/Makefile @@ -0,0 +1,17 @@ +# 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" |