mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
17 lines
340 B
Makefile
17 lines
340 B
Makefile
# New ports collection makefile for: remmina-plugin-rdp
|
|
# Date created: 24 June 2010
|
|
# Whom: Alexander Logvinov <avl@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -rdp
|
|
|
|
COMMENT= Remmina plugin for RDP protocol
|
|
|
|
LIB_DEPENDS= freerdp.0:${PORTSDIR}/net/freerdp
|
|
|
|
MASTERDIR= ${.CURDIR}/../remmina-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|