From 7d4a4098c2e39e7af7718128018063c9e09c2f28 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Thu, 8 Jul 2010 07:37:31 +0000 Subject: Add an option to build the milter with SPF support. Wished by: author Feature safe: yes --- mail/milter-callback/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/milter-callback/Makefile b/mail/milter-callback/Makefile index 892067426363..0df7fafcc473 100644 --- a/mail/milter-callback/Makefile +++ b/mail/milter-callback/Makefile @@ -24,6 +24,15 @@ MAN8= milter-callback.8 EXTRACT_AFTER_ARGS= | (${MKDIR} ${WRKSRC}; ${TAR} -xf - --no-same-owner \ --no-same-permissions -C ${WRKSRC}) +OPTIONS= SPF "build with SPF support" off + +.include + +.if defined(WITH_SPF) +MAKE_ENV+= WITH_SPF=yes +LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2 +.endif + post-patch: @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" \ ${WRKSRC}/${PORTNAME}.c @@ -43,4 +52,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include +.include -- cgit