aboutsummaryrefslogtreecommitdiff
path: root/mail/rbl-milter/Makefile
blob: 1ec08ee70aca63c8fc1f2bd33144e30a2339a094 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: wolpert

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

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>