summaryrefslogtreecommitdiff
path: root/mail/rbl-milter/Makefile
blob: 4c4167261d25b8ee61ce256fc66169930b0e3f88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	rbl-milter
PORTVERSION=	0.30
PORTREVISION=	6
CATEGORIES=	mail
MASTER_SITES=	http://www.gnu-darwin.org/distfiles/

MAINTAINER=	dinoex@FreeBSD.org
COMMENT=	Milter that adds mail header warnings on mail from open-relays
WWW=		https://github.com/jbeker/rbl-milter

USES=		gmake
GNU_CONFIGURE=	yes

USE_RC_SUBR=	rblmilter
PLIST_FILES=	sbin/rbl-milter

CONFIGURE_ARGS+=	--with-sendmail=${MILTERBASE} \
			--with-sendmail-obj=${MILTERBASE}/lib

.include "${.CURDIR}/../sendmail/bsd.milter.mk"

.include <bsd.port.mk>