Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / rdesktop / options.mk
blob597028b43a9b74fe74eb4db0d8a8dd4adbf62c0c
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"
9 ###
10 ### Support both IPv6 and IPv4 connections.
11 ###
12 .if !empty(PKG_OPTIONS:Minet6)
13 CONFIGURE_ARGS+= --with-ipv6
14 .endif
16 .if !empty(PKG_OPTIONS:Mssl)
17 CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
18 .include "../../security/openssl/buildlink3.mk"
19 .endif
21 .if !empty(PKG_OPTIONS:Mxrandr)
22 .include "../../x11/libXrandr/buildlink3.mk"
23 .endif