aboutsummaryrefslogtreecommitdiffstats
path: root/net/remmina-plugins/Makefile
blob: 1ca64e1414b055bb2a50cfd84da3d0f657dd1d4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# New ports collection makefile for:    remmina-plugins
# Date created:             24 June 2010
# Whom:                 Alexander Logvinov <avl@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME?=  remmina-plugins
PORTVERSION=    0.9.2
CATEGORIES= net gnome
MASTER_SITES=   # Empty
DISTFILES?= # Empty

MAINTAINER= avl@FreeBSD.org
COMMENT?=   Remmina plugin system

.if defined(PKGNAMESUFFIX)
.include "${.CURDIR}/../remmina-plugins/bsd.plugin.mk"
.else

OPTIONS=    RDP "Install RDP protocol plugin"   on \
        VNC "Install VNC protocol plugin"   on \
        XDMCP   "Install XDMCP protocol plugin" on \
        TELEP   "Install Telepathy protocol plugin" on

NO_BUILD=   yes
PATCHDIR=   # none

.include <bsd.port.options.mk>

.if !defined(WITHOUT_RDP)
RUN_DEPENDS+=   ${LOCALBASE}/lib/remmina/plugins/remmina-plugin-rdp.so:${PORTSDIR}/net/remmina-plugin-rdp
.endif

.if !defined(WITHOUT_VNC)
RUN_DEPENDS+=   ${LOCALBASE}/lib/remmina/plugins/remmina-plugin-vnc.so:${PORTSDIR}/net/remmina-plugin-vnc
.endif

.if !defined(WITHOUT_XDMCP)
RUN_DEPENDS+=   ${LOCALBASE}/lib/remmina/plugins/remmina-plugin-xdmcp.so:${PORTSDIR}/net/remmina-plugin-xdmcp
.endif

.if !defined(WITHOUT_TELEP)
RUN_DEPENDS+=   ${LOCALBASE}/lib/remmina/plugins/remmina-plugin-telepathy.so:${PORTSDIR}/net/remmina-plugin-telepathy
.endif

do-install: # empty

.include <bsd.port.mk>

.endif