15 lines
309 B
Makefile
15 lines
309 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
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|