aboutsummaryrefslogtreecommitdiff
path: root/mail/spamdyke
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-03-17 16:08:59 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-03-17 16:08:59 +0000
commit100a9d17ca6631b9a4b1a84f65323b0502f7c8c2 (patch)
tree9eaacddb72e05569dad60ee00c06cebe38d86ab8 /mail/spamdyke
parent38516cd80034a732759d1139af93f2e506b5dcd0 (diff)
downloadports-100a9d17ca6631b9a4b1a84f65323b0502f7c8c2.tar.gz
ports-100a9d17ca6631b9a4b1a84f65323b0502f7c8c2.zip
Notes
Diffstat (limited to 'mail/spamdyke')
-rw-r--r--mail/spamdyke/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/mail/spamdyke/Makefile b/mail/spamdyke/Makefile
index db38f722c0db..6baab7fa6a91 100644
--- a/mail/spamdyke/Makefile
+++ b/mail/spamdyke/Makefile
@@ -7,8 +7,8 @@ CATEGORIES= mail
MASTER_SITES= http://www.spamdyke.org/releases/
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A filter for monitoring and intercepting SMTP connections on qmail
+MAINTAINER= bdrewery@FreeBSD.org
+COMMENT= Qmail filter for monitoring and intercepting SMTP connections
RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp
@@ -20,16 +20,13 @@ GNU_CONFIGURE= yes
ALL_TARGET= spamdyke
+USE_GCC= any
+
OPTIONS_DEFINE= TLS DEBUG DEBUG_EXCESSIVE DOCS
OPTIONS_DEFAULT= TLS
-TLS_DESC= Enable TLS support
DEBUG_DESC= Enable debugging output
-.include <bsd.port.pre.mk>
-
-.if ${CC:T:Mclang} == "clang"
-IGNORE= uses nested functions, not supported by clang
-.endif
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTLS}
CONFIGURE_ARGS+= --enable-tls
@@ -72,4 +69,4 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/spamdyke ${PREFIX}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>