pkgsrc/mail/avenger/Makefile
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

23 lines
579 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/10/25 14:05:31 rillig Exp $
#
DISTNAME= avenger-0.7.7
CATEGORIES= mail
MASTER_SITES= http://www.mailavenger.org/dist/
MAINTAINER= rillig@NetBSD.org
HOMEPAGE= http://www.mailavenger.org/dist/
COMMENT= SMTP server with filtering capabilities
PKG_SYSCONFSUBDIR= avenger
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-db=${BUILDLINK_PREFIX.db4}
CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_TOOLS+= perl
.include "options.mk"
.include "../../databases/db4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"