18 lines
391 B
Makefile
18 lines
391 B
Makefile
# 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"
|