mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
15 lines
301 B
Makefile
15 lines
301 B
Makefile
# Created by: Alexander Logvinov <avl@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -rdp
|
|
|
|
COMMENT= Remmina plugin for RDP protocol
|
|
|
|
BUILD_DEPENDS= freerdp>=1.0.0:${PORTSDIR}/net/freerdp
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|