- Use new style for LIB_DEPENDS - Pass maintainership from Koichiro IWAO to myself for -gnome and -nx ports by his request - Bump PORTREVISION due to changed dependencies list [2] Noticed by: QAT [1], mat@ [2]
15 lines
331 B
Makefile
15 lines
331 B
Makefile
# Created by: Alexander Logvinov <avl@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -telepathy
|
|
|
|
COMMENT= Remmina plugin for Telepathy support
|
|
|
|
USE_GNOME+= gtk30
|
|
LIB_DEPENDS= libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
PLIST_SUB+= ICONS="@comment "
|
|
|
|
.include "${MASTERDIR}/Makefile"
|