2013-01-26 17:34:39 +01:00
|
|
|
# Created by: wolpert
|
2003-04-07 21:09:33 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rbl-milter
|
|
|
|
PORTVERSION= 0.30
|
2009-03-28 16:32:57 +01:00
|
|
|
PORTREVISION= 3
|
2003-04-07 21:09:33 +02:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://opensource.confusticate.com/rbl-milter/
|
|
|
|
|
2006-11-09 13:43:27 +01:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-04-07 21:09:33 +02:00
|
|
|
COMMENT= A milter that adds mail header warnings on mail from open-relays
|
|
|
|
|
2012-08-06 01:19:36 +02:00
|
|
|
USE_RC_SUBR= rblmilter
|
2003-04-07 21:09:33 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2004-02-16 03:32:34 +01:00
|
|
|
CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}"
|
2003-04-07 21:09:33 +02:00
|
|
|
|
2009-03-28 16:32:57 +01:00
|
|
|
PLIST_FILES= sbin/rbl-milter
|
2005-04-26 10:20:57 +02:00
|
|
|
|
2003-04-07 21:09:33 +02:00
|
|
|
.if defined(NO_WERROR)
|
|
|
|
pre-configure:
|
|
|
|
@${CP} ${WRKSRC}/configure ${WRKSRC}/configure.sed
|
|
|
|
@${SED} 's!-Werror!!' ${WRKSRC}/configure.sed >${WRKSRC}/configure
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2007-01-13 05:16:24 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.include "${PORTSDIR}/mail/sendmail/bsd.milter.mk"
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --with-sendmail=${MILTERBASE} \
|
|
|
|
--with-sendmail-obj=${MILTERBASE}/lib
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|