freebsd-ports/net/remmina-plugin-rdp/Makefile
Dima Panov e9941eb31b - Add missed dependency on libvncserver [1]
- 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]
2014-01-15 17:28:00 +00:00

14 lines
288 B
Makefile

# Created by: Alexander Logvinov <avl@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -rdp
COMMENT= Remmina plugin for RDP protocol
LIB_DEPENDS= libfreerdp-core.so:${PORTSDIR}/net/freerdp
MASTERDIR= ${.CURDIR}/../remmina-plugins
PLIST_SUB+= ICONS="" SSH=""
.include "${MASTERDIR}/Makefile"