View | Details | Raw Unified | Return to bug 192999
Collapse All | Expand All

(-)mail/opendmarc/Makefile (+13 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	opendmarc
4
PORTNAME=	opendmarc
5
PORTVERSION=	1.3.0
5
PORTVERSION=	1.3.0
6
PORTREVISION=	1
6
CATEGORIES=	mail security
7
CATEGORIES=	mail security
7
MASTER_SITES=	SF
8
MASTER_SITES=	SF
8
MASTER_SITE_SUBDIR=	${PORTNAME} \
9
MASTER_SITE_SUBDIR=	${PORTNAME} \
Lines 32-37 Link Here
32
33
33
PORTDOCS=	*
34
PORTDOCS=	*
34
35
36
OPTIONS_DEFINE=	SPF
37
OPTIONS_DEFAULT=	SPF
38
SPF_DESC=	Include direct SPF checking support
39
40
SPF_BUILD_DEPENDS+=	libspf2>=1.2.5:${PORTSDIR}/mail/libspf2
41
42
.include <bsd.port.options.mk>
43
44
.if ${PORT_OPTIONS:MSPF}
45
CONFIGURE_ARGS+=	--with-spf --with-spf2-include=${LOCALBASE}/include/spf2 --with-spf2-lib=${LOCALBASE}/lib
46
.endif
47
35
post-install:
48
post-install:
36
	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/mail
49
	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/mail
37
	${INSTALL_DATA} \
50
	${INSTALL_DATA} \

Return to bug 192999