mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
6b35fb9c3f
Changes this release: https://gitlab.com/Remmina/Remmina/blob/v1.2.31.4/CHANGELOG.md
15 lines
265 B
Makefile
15 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"
|