mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
90e3f72974
Note: The following ports did not pass check-plist (CP) or stage-qa (QA) tests. The sendmail port has many problems, but this was already known by myself as I fixed it properly on DPorts last week. It's a forward action to submit a PR against mail/sendmail. * antivirus-milter (CP) * dk-milter (CP) * milter-regex (CP) * sendmail (CP, QA) approved by: PTHREAD blanket
24 lines
521 B
Makefile
24 lines
521 B
Makefile
# Created by: wolpert
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rbl-milter
|
|
PORTVERSION= 0.30
|
|
PORTREVISION= 3
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://opensource.confusticate.com/rbl-milter/
|
|
|
|
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>
|