14 lines
275 B
Makefile
14 lines
275 B
Makefile
# Created by: Alexander Logvinov <avl@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -xdmcp
|
|
|
|
COMMENT= Remmina plugin for XDMCP protocol
|
|
|
|
RUN_DEPENDS= Xephyr:x11-servers/xephyr
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
PLIST_SUB+= ICONS="" SSH=""
|
|
|
|
.include "${MASTERDIR}/Makefile"
|