summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/qpopper/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile
index 7a93047683f..f1f629acb55 100644
--- a/mail/qpopper/Makefile
+++ b/mail/qpopper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1999/02/20 22:48:34 hubertf Exp $
+# $NetBSD: Makefile,v 1.14 1999/06/08 11:54:08 bad Exp $
#
DISTNAME= qpopper2.53
@@ -17,6 +17,12 @@ CONFIGURE_ARGS+= --libexecdir=${PREFIX}/libexec \
--sysconfdir=${PREFIX}/etc --enable-apop \
--with-apop=/etc/apop.auth --with-apopuid=root
+.include "../../mk/bsd.prefs.mk"
+
+.if defined(QPOPPER_SERVERMODE)
+CONFIGURE_ARGS+= --enable-servermode
+.endif
+
# popper makefile doesn't have an install target...
do-install:
(cd ${WRKSRC}; \