pkgsrc/mail/milter-regex/Makefile
manu aead33bb3c The milter-regex plugin can be used with the milter API of sendmail(8) to
filter mails using regular expressions matching SMTP envelope parameters
and mail headers and body.
2003-10-20 17:03:47 +00:00

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"