1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Use OPTIONSng

- Remove deprecated header information
This commit is contained in:
Emanuel Haupt 2012-09-09 00:01:29 +00:00
parent 622346bbf4
commit 1b37ed9609
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303941

View File

@ -1,9 +1,4 @@
# New ports collection makefile for: milter-callback
# Date created: 10 Feb 2010
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= milter-callback
PORTVERSION= 1.5.10
@ -26,11 +21,12 @@ 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
OPTIONS_DEFINE= SPF
SPF_DESC= libspf support
.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
.if defined(WITH_SPF)
.if ${PORT_OPTIONS:MSPF}
MAKE_ENV+= WITH_SPF=yes
LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2
.endif
@ -54,4 +50,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
.include <bsd.port.mk>