diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/remmina-plugin-telepathy/Makefile | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index adb96caa6276..5fef99a32dbe 100644 --- a/net/Makefile +++ b/net/Makefile @@ -887,6 +887,7 @@ SUBDIR += remmina-applet SUBDIR += remmina-plugin-i18n SUBDIR += remmina-plugin-rdp + SUBDIR += remmina-plugin-telepathy SUBDIR += remmina-plugins SUBDIR += remotedesk SUBDIR += repeater diff --git a/net/remmina-plugin-telepathy/Makefile b/net/remmina-plugin-telepathy/Makefile new file mode 100644 index 000000000000..29a569903bd3 --- /dev/null +++ b/net/remmina-plugin-telepathy/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: remmina-plugin-telepathy +# Date created: 24 June 2010 +# Whom: Alexander Logvinov <avl@FreeBSD.org> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -telepathy + +COMMENT= Remmina plugin for Telepathy support + +LIB_DEPENDS= telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib + +MASTERDIR= ${.CURDIR}/../remmina-plugins + +WITH_TELEP= yes + +.include "${MASTERDIR}/Makefile" |