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