Remmina plugin for XDMCP protocol.

WWW: http://remmina.sourceforge.net/
This commit is contained in:
Alexander Logvinov 2010-08-10 03:21:10 +00:00
parent f47c5f9ae1
commit 88b273ab03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259050
2 changed files with 17 additions and 0 deletions

View File

@ -889,6 +889,7 @@
SUBDIR += remmina-plugin-rdp
SUBDIR += remmina-plugin-telepathy
SUBDIR += remmina-plugin-vnc
SUBDIR += remmina-plugin-xdmcp
SUBDIR += remmina-plugins
SUBDIR += remotedesk
SUBDIR += repeater

View File

@ -0,0 +1,16 @@
# New ports collection makefile for: remmina-plugin-xdmcp
# Date created: 24 June 2010
# Whom: 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
.include "${MASTERDIR}/Makefile"