summaryrefslogtreecommitdiff
path: root/chat/gajim/options.mk
blob: a15497c778bf9f4f37a2fb24ff09ae2cae379745 (plain)
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
# $NetBSD: options.mk,v 1.1.1.1 2010/12/24 00:02:29 wiz Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.gajim
PKG_SUPPORTED_OPTIONS=	avahi gnome gnome-keyring ssl
PKG_SUGGESTED_OPTIONS=	avahi ssl

.include "../../mk/bsd.options.mk"

# ssl
.if !empty(PKG_OPTIONS:Mssl)
DEPENDS+=	${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
.include "../../security/py-amkCrypto/buildlink3.mk"
.endif

# avahi
.if !empty(PKG_OPTIONS:Mavahi)
.include "../../net/avahi/buildlink3.mk"
.endif

# gnome
.if !empty(PKG_OPTIONS:Mgnome)
.include "../../x11/py-gnome2/buildlink3.mk"
.endif

# avahi
.if !empty(PKG_OPTIONS:Mgnome-keyring)
.include "../../x11/py-gnome2-desktop/buildlink3.mk"
.endif