summaryrefslogtreecommitdiffstats
path: root/mail/qpopper
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-08-02 20:34:29 +0000
committerache <ache@FreeBSD.org>1998-08-02 20:34:29 +0000
commita9ba354cd943dc2efcbea7fa73a4f12bcb4e02e2 (patch)
treed1d9dac0bff31d962c4087e3a5e78498ef871a6b /mail/qpopper
parent8d2903b7ce4c36cf930bf7ddce5735054c67159d (diff)
downloadFreeBSD-ports-a9ba354cd943dc2efcbea7fa73a4f12bcb4e02e2.zip
FreeBSD-ports-a9ba354cd943dc2efcbea7fa73a4f12bcb4e02e2.tar.gz
Make full pop debugging optional
Diffstat (limited to 'mail/qpopper')
-rw-r--r--mail/qpopper/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile
index 370b52f..3c1d48f 100644
--- a/mail/qpopper/Makefile
+++ b/mail/qpopper/Makefile
@@ -3,7 +3,7 @@
# Date created: 1 April 1995
# Whom: pst
#
-# $Id: Makefile,v 1.26 1998/07/02 04:09:24 ache Exp $
+# $Id: Makefile,v 1.27 1998/07/18 21:36:33 ache Exp $
#
DISTNAME= qpopper2.53
@@ -35,7 +35,10 @@ P_LIBS+= -lmd -lutil
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-apop=${PREFIX}/etc/popper/pop.auth \
- --with-apopuid=pop --enable-debugging
+ --with-apopuid=pop
+.if defined(FULL_POP_DEBUG)
+CONFIGURE_ARGS+= --enable-debugging
+.endif
CONFIGURE_ENV= LIBS="${P_LIBS}" O_DEFS="${O_DEFS}"
MAN8= popauth.8 popper.8
OpenPOWER on IntegriCloud