- Add gnome and nx plugins Big thanks to Koichiro IWAIO for his work! Submitted by: Koichiro IWAIO <meta AT vmeta DOT jp> via mail
14 lines
295 B
Makefile
14 lines
295 B
Makefile
# Created by: 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"
|