freebsd-ports/net/remmina-plugin-telepathy/Makefile
Ben Woods c9b0bc3b68 net/remmina: Update to 1.2.0-rcgit.16
- Add extra patch for FreeBSD<10.3-RELEASE as utimensat isn't available
- Take maintainership
- Modernise port: use new options helpers and USES=pathfix
- Correct LICENSE and add LICENSE_FILE
- Add new dependencies detected by qa script
- Add new option for enabling user survey (off by default)
- Also update net/remmina-plugins and net/remmina-plugin-*
- Remove net/remmina-plugin-i18n - translations were removed upstream

Approved by:	adamw (mentor)
Differential Revision:	D8436
2016-11-08 13:35:36 +00:00

15 lines
325 B
Makefile

# Created by: Alexander Logvinov <avl@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -telepathy
COMMENT= Remmina plugin for Telepathy support
USE_GNOME+= cairo gtk30
LIB_DEPENDS= libtelepathy-glib.so:net-im/telepathy-glib
MASTERDIR= ${.CURDIR}/../remmina-plugins
PLIST_SUB+= ICONS="@comment "
.include "${MASTERDIR}/Makefile"