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

Annotation of pkgsrc/news/slrn/options.mk, Revision 1.2

1.2     ! obache      1: # $NetBSD: options.mk,v 1.1 2011/03/23 21:44:24 shattered Exp $
1.1       shattere    2:
                      3: PKG_OPTIONS_VAR=               PKG_OPTIONS.slrn
                      4: PKG_SUPPORTED_OPTIONS=         ssl uulib
                      5: PKG_SUGGESTED_OPTIONS=         ssl
                      6:
                      7: .include "../../mk/bsd.options.mk"
                      8:
                      9: ###
                     10: ### SSL support
                     11: ###
                     12: .if !empty(PKG_OPTIONS:Mssl)
                     13: .  include "../../security/openssl/buildlink3.mk"
                     14: CONFIGURE_ARGS+=       --with-ssl=${SSLBASE:Q}
                     15: .else
                     16: CONFIGURE_ARGS+=       --without-ssl
                     17: .endif
                     18:
                     19: ###
                     20: ### uulib support
                     21: ###
                     22: .if !empty(PKG_OPTIONS:Muulib)
                     23: .  include "../../converters/uulib/buildlink3.mk"
1.2     ! obache     24: CONFIGURE_ARGS+=       --with-uu=${BUILDLINK_PREFIX.uulib}
1.1       shattere   25: .else
1.2     ! obache     26: CONFIGURE_ARGS+=       --without-uu
1.1       shattere   27: .endif

CVSweb <webmaster@jp.NetBSD.org>