Remove pop and imap flavors; suggested by naddy@, discussed with him

and lebel@.
This commit is contained in:
fgsch 2002-01-23 19:41:29 +00:00
parent be6f7fa36c
commit 878d486621
2 changed files with 4 additions and 17 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2002/01/11 01:44:15 naddy Exp $
# $OpenBSD: Makefile,v 1.8 2002/01/23 19:41:29 fgsch Exp $
COMMENT= "tty-based e-mail client"
@ -24,7 +24,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FLAVORS= slang imap pop mixmaster compressed
FLAVORS= slang mixmaster compressed
FLAVOR?=
SYSCONFDIR= /etc/mutt
@ -32,7 +32,8 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-sharedir="${PREFIX}/share/mutt" \
--with-docdir="${PREFIX}/share/doc/mutt" \
--enable-flock --disable-fcntl \
--enable-external_dotlock
--enable-external_dotlock \
--enable-imap --enable-pop --with-ssl
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
ISPELL="${LOCALBASE}/bin/ispell"
@ -54,18 +55,6 @@ CONFIGURE_ARGS+= --enable-compressed
SUPDISTFILES+= patch-${VERSION}.rr.compressed.1.gz:0
.endif
# If you need IMAP or POP, you may want to enable those.
.if ${FLAVOR:L:Mimap}
CONFIGURE_ARGS+= --enable-imap --with-ssl
.endif
# Note: The POP3 support is there only for convenience, and it's rather
# limited. If you need more functionality you should consider using a
# specialized program, such as fetchmail.
.if ${FLAVOR:L:Mpop}
CONFIGURE_ARGS+= --enable-pop
.endif
.if ${FLAVOR:L:Mmixmaster}
CONFIGURE_ARGS+= --with-mixmaster="${LOCALBASE}/sbin/mixmaster"
RUN_DEPENDS+= ::mail/mixmaster

View File

@ -16,8 +16,6 @@ Other features include:
Flavors:
slang - build using the S-Lang library for screen handling.
imap - build with IMAP & SSL support.
pop - build with POP3 support.
compressed - build with compressed folder support
(see: http://www.spinnaker.de/mutt/compressed/)
mixmaster - build with anonymous remailing support.