diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-01 21:12:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-01 21:12:28 +0000 |
commit | b5d0c96ec7c4f0aeddb2c176f7e9f628cef8f6f4 (patch) | |
tree | 6790e990c04bf7f5d60f50c2eed0cbb4f5b4fce2 /mail/qpopper/Makefile.common | |
parent | 07135079d7646fec7d2a897be575eb7f6194ed78 (diff) | |
download | pkgsrc-b5d0c96ec7c4f0aeddb2c176f7e9f628cef8f6f4.tar.gz |
Add drac, kerberos, and qpopper-servermode options.
Replace PAM with pam.
Diffstat (limited to 'mail/qpopper/Makefile.common')
-rw-r--r-- | mail/qpopper/Makefile.common | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/mail/qpopper/Makefile.common b/mail/qpopper/Makefile.common index c27be92e551..413331e2cf6 100644 --- a/mail/qpopper/Makefile.common +++ b/mail/qpopper/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2005/06/01 20:55:16 adrianp Exp $ +# $NetBSD: Makefile.common,v 1.16 2005/06/01 21:12:28 wiz Exp $ QPOPPER_MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ \ http://core.ring.gr.jp/archives/net/mail/qpopper/ @@ -31,22 +31,4 @@ PATCH_DIST_STRIP= -p1 CONFIGURE_ARGS+= --enable-spool-dir=${QPOPPER_SPOOL_DIR} .endif -.if defined(KERBEROS) -PKG_USE_KERBEROS= # defined -CONFIGURE_ARGS+= --enable-kerberos -.endif - -BUILD_DEFS+= QPOPPER_SERVERMODE USE_INET6 - -.if defined(QPOPPER_SERVERMODE) -CONFIGURE_ARGS+= --enable-servermode -.endif - -.if defined(QPOPPER_USE_DRAC) && !empty(QPOPPER_USE_DRAC:M[Yy][Ee][Ss]) -.include "../../mail/drac/buildlink3.mk" -CONFIGURE_ARGS+= --with-drac=${BUILDLINK_PREFIX.drac} -.endif - -BUILD_DEFS+= QPOPPER_USE_DRAC - LIBS+= ${LDFLAGS} |