pkgsrc/mail/smtp-vilter/Makefile
mbalmer 1ce77bd562 mail/smtp-vilter is a mail filtering engine that uses the sendmail milter
API and that is used with sendmail and postfix.
2013-05-04 15:56:44 +00:00

20 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/05/04 15:56:44 mbalmer Exp $
DISTNAME= smtp-vilter-1.3.8
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tgz
MAINTAINER= Marc Balmer <marc@msys.ch>
HOMEPAGE= http://www.etc.msys.ch/software/smtp-vilter/
COMMENT= milter to scan messages for viruses and spam
PKG_GROUPS= vilter
PKG_USERS= vilter:vilter
PKG_GECOS.vilter= SMTP vilter
INSTALLATION_DIRS= etc sbin lib/smtp-vilter man/man5 man/man8
.include "../../mail/libmilter/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"