aboutsummaryrefslogtreecommitdiffstats
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2000-12-03 00:20:18 +0800
committerroam <roam@FreeBSD.org>2000-12-03 00:20:18 +0800
commit8cdfe7e85fd089d9fff83c08a399d3c6b52ddf50 (patch)
tree45c83fa9d235d53bd5ecfdcb42c7fdff386be7ad /mail/fetchmail
parentbbdf2afbf9bd098ea0ea86a3f5f0802dbc40d6ae (diff)
downloadfreebsd-ports-gnome-8cdfe7e85fd089d9fff83c08a399d3c6b52ddf50.tar.gz
freebsd-ports-gnome-8cdfe7e85fd089d9fff83c08a399d3c6b52ddf50.tar.zst
freebsd-ports-gnome-8cdfe7e85fd089d9fff83c08a399d3c6b52ddf50.zip
Add WITH_NTLM toggle to optionally build support for NTLM authentication.
Bump PORTREVISION to reflect functionality change. PR: 23214 Submitted by: William M. Perry <wmperry@aventail.com> Approved by: maintainer
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index a2101ba636bd..deda5a1956ac 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -11,6 +11,7 @@
PORTNAME= fetchmail
PORTVERSION= 5.6.0
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \
ftp://ftp.ccil.org/pub/esr/fetchmail/
@@ -50,6 +51,10 @@ CONFIGURE_ARGS += --with-kerberos=/usr/include
CONFIGURE_ARGS += --with-kerberos5=${KRB5_HOME}
.endif
+.if defined(WITH_NTLM)
+CONFIGURE_ARGS += --enable-NTLM
+.endif
+
FDOC= ${PREFIX}/share/doc/fetchmail
pre-patch: