aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravl <avl@FreeBSD.org>2010-08-10 11:14:29 +0800
committeravl <avl@FreeBSD.org>2010-08-10 11:14:29 +0800
commit0173a41946a31c346de9e24155b08bc8cb7f34a1 (patch)
treeb75dada97100b62e96234b236d3b7357d539b7fe
parent312c5e494341d094cab5ad762725aae0dcc58478 (diff)
downloadfreebsd-ports-gnome-0173a41946a31c346de9e24155b08bc8cb7f34a1.tar.gz
freebsd-ports-gnome-0173a41946a31c346de9e24155b08bc8cb7f34a1.tar.zst
freebsd-ports-gnome-0173a41946a31c346de9e24155b08bc8cb7f34a1.zip
Remmina plugin for Telepathy support.
WWW: http://remmina.sourceforge.net/
-rw-r--r--net/Makefile1
-rw-r--r--net/remmina-plugin-telepathy/Makefile18
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"