# Created by: Michelle Sullivan # $FreeBSD: head/mail/spamtrap-milter/Makefile 376399 2015-01-06 09:38:40Z mis $ PORTNAME= spamtrap-milter PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://flashback.sorbs.net/packages/ MAINTAINER= michelle@sorbs.net COMMENT= Milter to allow messages through if non RFC-complient LICENSE= BSD3CLAUSE LIB_DEPENDS= libspf2.so.2:mail/libspf2 \ libmilter.so.7:mail/libmilter \ libpcre.so.1:devel/pcre GNU_CONFIGURE= yes USES= autoreconf USE_RC_SUBR= spamtrap-milter.sh SUB_FILES= pkg-message .include "${.CURDIR}/../sendmail/bsd.milter.mk" WITH_MILTER_PORT=yes post-install: ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample .include