pkgsrc/mail/balsa2/options.mk
wiz 601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00

17 lines
434 B
Makefile

# $NetBSD: options.mk,v 1.6 2007/02/22 19:26:40 wiz 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