1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Add an option to build the milter with SPF support.

Wished by:	author
Feature safe:	yes
This commit is contained in:
Emanuel Haupt 2010-07-08 07:37:31 +00:00
parent efd8042919
commit f2440db2ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257512

View File

@ -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 <bsd.port.pre.mk>
.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 <bsd.port.mk>
.include <bsd.port.post.mk>