1 # $NetBSD: options.mk,v 1.3 2011/04/08 16:49:32 schnoebe Exp $
3 PKG_OPTIONS_VAR
= PKG_OPTIONS.rdesktop
4 PKG_SUPPORTED_OPTIONS
+= inet6 ssl xrandr
5 PKG_SUGGESTED_OPTIONS
+= inet6 ssl xrandr
7 .
include "../../mk/bsd.options.mk"
10 ### Support both IPv6 and IPv4 connections.
12 .if
!empty
(PKG_OPTIONS
:Minet6
)
13 CONFIGURE_ARGS
+= --with-ipv6
16 .if
!empty
(PKG_OPTIONS
:Mssl
)
17 CONFIGURE_ARGS
+= --with-openssl
=${SSLBASE}
18 .
include "../../security/openssl/buildlink3.mk"
21 .if
!empty
(PKG_OPTIONS
:Mxrandr
)
22 .
include "../../x11/libXrandr/buildlink3.mk"