aead33bb3c
filter mails using regular expressions matching SMTP envelope parameters and mail headers and body.
20 lines
558 B
Makefile
20 lines
558 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/10/20 17:03:47 manu Exp $
|
|
#
|
|
|
|
DISTNAME= milter-regex-0.6
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.benzedrine.cx/
|
|
|
|
MAINTAINER= manu@NetBSD.org
|
|
HOMEPAGE= http://www.benzedrine.cx/milter-regex.html
|
|
COMMENT= Milter enableing regular expression filtering
|
|
|
|
USE_BUILDLINK2= YES
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/milter-regex ${PREFIX}/sbin
|
|
${INSTALL_DATA} ${WRKSRC}/milter-regex.8 ${PREFIX}/man/man8
|
|
|
|
.include "../../mail/libmilter/buildlink2.mk"
|
|
.include "../../mk/pthread.buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|