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