[BACK]Return to options.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / chat / xchat

Annotation of pkgsrc/chat/xchat/options.mk, Revision 1.6

1.6     ! salo        1: # $NetBSD: options.mk,v 1.5 2005/06/06 13:55:30 dillo Exp $
1.4       tron        2:
                      3: .include "../../mk/bsd.prefs.mk"
                      4:
1.1       wiz         5:
1.3       tron        6: PKG_OPTIONS_VAR=       PKG_OPTIONS.xchat
1.2       tron        7: PKG_SUPPORTED_OPTIONS= inet6 ssl socks5
1.6     ! salo        8: PKG_SUGGESTED_OPTIONS= ssl
1.2       tron        9: PKG_OPTIONS_LEGACY_OPTS+=      socks:socks5
1.1       wiz        10:
1.5       dillo      11: .if defined(PKG_OPTIONS.xchat2)
                     12: PKG_LEGACY_OPTIONS+=   ${PKG_OPTIONS.xchat2}
                     13: PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated variable PKG_OPTIONS.xchat2 used, use "${PKG_OPTIONS_VAR:Q}" instead."
                     14: .endif
                     15:
1.1       wiz        16: .include "../../mk/bsd.options.mk"
                     17:
1.2       tron       18: ###
                     19: ### Use OpenSSL libraries for connecting to ircs servers
                     20: ###
1.1       wiz        21: .if !empty(PKG_OPTIONS:Mssl)
1.2       tron       22: .      include "../../security/openssl/buildlink3.mk"
1.1       wiz        23: CONFIGURE_ARGS+=       --enable-openssl=${SSLBASE}
1.2       tron       24: .else
                     25: CONFIGURE_ARGS+=       --enable-openssl=no
1.1       wiz        26: .endif
                     27:
1.2       tron       28: ###
                     29: ### Support for connecting thru SOCKS servers
                     30: ###
1.1       wiz        31: .if !empty(PKG_OPTIONS:Msocks5)
                     32: CONFIGURE_ARGS+=       --enable-socks
                     33: .endif
1.2       tron       34:
                     35: ###
                     36: ### IPv6 support.
                     37: ###
                     38: .if !empty(PKG_OPTIONS:Minet6)
                     39: CONFIGURE_ARGS+=       --enable-ipv6
                     40: .endif

CVSweb <webmaster@jp.NetBSD.org>