a9d0d9504b
- Update Remmina and Remmina plugins collection to git commit b6a55ae
- Use new style for LIB_DEPENDS
- Stagify
14 lines
287 B
Makefile
14 lines
287 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
|
|
|
|
PLIST_SUB+= ICONS="" SSH=""
|
|
|
|
.include "${MASTERDIR}/Makefile"
|