From 35c06f0fa168398cd4252aeb784ec875310d2341 Mon Sep 17 00:00:00 2001 From: sem Date: Sat, 8 Jan 2005 19:49:25 +0000 Subject: - Broken on alpha too - Drop maintainership PR: ports/75899 Submitted by: Daniel Roethlisberger (former maintainer) --- mail/libspf/Makefile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'mail') 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 - -.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 +.include -- cgit