pkgsrc/mail/avenger/options.mk
rillig f0fffdff52 Imported avenger.
Mail Avenger is a highly-configurable, MTA-independent SMTP server
daemon. It lets users run messages through filters like ClamAV and
SpamAssassin during SMTP transactions, so the server can reject mail
before assuming responsibility for its delivery. Other unique features
include TCP SYN fingerprint and network route recording, verification of
sender addresses through SMTP callbacks, SPF (sender policy framework)
as a general policy language, qmail-style control over both SMTP-level
behavior and local delivery of extension addresses, mail-bomb
protection, integration with kernel firewalls, and more.
2006-10-25 14:05:31 +00:00

15 lines
362 B
Makefile

# $NetBSD: options.mk,v 1.1.1.1 2006/10/25 14:05:31 rillig Exp $
#
PKG_SUPPORTED_OPTIONS= sasl
PKG_SUGGESTED_OPTIONS= # none
PKG_OPTIONS_VAR= PKG_OPTIONS.avenger
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Msasl)
.include "../../security/cyrus-sasl/buildlink3.mk"
CONFIGURE_ARGS+= --enable-sasl
.else
CONFIGURE_ARGS+= --disable-sasl
.endif