aboutsummaryrefslogtreecommitdiff
path: root/mail/libspf
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-01-08 19:49:25 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-01-08 19:49:25 +0000
commit9fa9074a22005f706339817e8f93d41d4c07099b (patch)
tree8a70c1dd53978835a309a02d888a0fbe1696a707 /mail/libspf
parent0ff9bf429ed78f816dbbaaadd50b23a5416aa053 (diff)
downloadports-9fa9074a22005f706339817e8f93d41d4c07099b.tar.gz
ports-9fa9074a22005f706339817e8f93d41d4c07099b.zip
Notes
Diffstat (limited to 'mail/libspf')
-rw-r--r--mail/libspf/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/mail/libspf/Makefile b/mail/libspf/Makefile
index 4ce6f5db2c92..66cd26ada9f6 100644
--- a/mail/libspf/Makefile
+++ b/mail/libspf/Makefile
@@ -11,9 +11,11 @@ CATEGORIES= mail
MASTER_SITES= http://www.libspf.org/files/
DISTNAME= ${PORTNAME}.${PORTVERSION}eta
-MAINTAINER= daniel@roe.ch
+MAINTAINER= ports@FreeBSD.org
COMMENT= Sender Policy Framework (SPF) library and client
+NOT_FOR_ARCHS= amd64 alpha
+
USE_GETOPT_LONG=yes
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${PORTNAME}.25
@@ -52,12 +54,6 @@ SPF_DEBUG_FILE= /dev/null
SPF_CFLAGS+= -DDEBUG_LOG_FILE=\\\"${SPF_DEBUG_FILE}\\\" \
-DOUTPUT_LOG_FILE=\\\"${SPF_LOG_FILE}\\\"
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64"
-BROKEN= "Does not compile on amd64"
-.endif
-
# This is all a bit messy, but given the inconvenient original Makefile,
# this seems to be the best way to make this port work in this version.
# The author of libspf is working on autotools support, so this ugliness
@@ -104,4 +100,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tools/spfquery-${PORTNAME} ${PREFIX}/bin
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>