diff options
author | sem <sem@FreeBSD.org> | 2005-01-09 03:49:25 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-01-09 03:49:25 +0800 |
commit | 35c06f0fa168398cd4252aeb784ec875310d2341 (patch) | |
tree | d5847aee0b143a229c50ff3983e7edb410bb1308 /mail | |
parent | bbc7ca190da9f28724a3619ab0247eff72428a72 (diff) | |
download | freebsd-ports-gnome-35c06f0fa168398cd4252aeb784ec875310d2341.tar.gz freebsd-ports-gnome-35c06f0fa168398cd4252aeb784ec875310d2341.tar.zst freebsd-ports-gnome-35c06f0fa168398cd4252aeb784ec875310d2341.zip |
- Broken on alpha too
- Drop maintainership
PR: ports/75899
Submitted by: Daniel Roethlisberger <daniel(at)roe.ch> (former maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libspf/Makefile | 12 |
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> |