pkgsrc/mail/balsa2/options.mk
ghen 2eca3d9f2c The databases/openldap package has been split in -client and -server component
packages.  Convert LDAP-based applications to depend on openldap-client, and
bump PKGREVISION for those that depend on it by default.
2006-05-31 18:22:23 +00:00

17 lines
442 B
Makefile

# $NetBSD: options.mk,v 1.5 2006/05/31 18:22:23 ghen Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.balsa2
PKG_SUPPORTED_OPTIONS= ldap ssl
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mldap)
CONFIGURE_ARGS+= --with-ldap
. include "../../databases/openldap-client/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mssl)
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
. include "../../security/openssl/buildlink3.mk"
.endif