diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2010-08-10 11:14:29 +0800 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2010-08-10 11:14:29 +0800 |
commit | d3f8c6f04534ae60646cd27262af226807c478b5 (patch) | |
tree | a7fc946c18915794e794d7cd152423d734452cea /net | |
parent | 9077a6299ff210feca2c62796fce6a0de53aef5e (diff) | |
download | freebsd-ports-gnome-d3f8c6f04534ae60646cd27262af226807c478b5.tar.gz freebsd-ports-gnome-d3f8c6f04534ae60646cd27262af226807c478b5.tar.zst freebsd-ports-gnome-d3f8c6f04534ae60646cd27262af226807c478b5.zip |
Remmina plugin for Telepathy support.
WWW: http://remmina.sourceforge.net/
Diffstat (limited to 'net')
-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" |