summaryrefslogtreecommitdiff
path: root/www/kazehakase/options.mk
blob: ba219162a944216943fcf0cc6d837eb42be9bdd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: options.mk,v 1.2 2006/09/24 16:26:54 salo Exp $
#

PKG_OPTIONS_VAR=	PKG_OPTIONS.kazehakase
PKG_SUPPORTED_OPTIONS=	gnutls
PKG_SUGGESTED_OPTIONS+=	gnutls

.include "../../www/seamonkey/gecko-options.mk"
.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mgnutls)
.  include "../../security/gnutls/buildlink3.mk"
CONFIGURE_ARGS+=	--enable-ssl
.else
CONFIGURE_ARGS+=	--disable-ssl
.endif

# Remove after upgrade to 0.3.4 or higher!
#
.if !empty(PKG_OPTIONS:Mseamonkey)
BROKEN=		seamonkey backend is currently not supported
.endif