summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-03-04 14:11:42 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-03-04 14:11:42 +0000
commit7a1aab79733dc727b5895ccceca0bac4868aa572 (patch)
treeacc12c3d43ace733287a4ec1dc4f581f43a89086
parent- Update to 2.3.0 (diff)
- Add documentation of WITH_MUTT_TRASH_PATCH.
- Add MUTT_TRASH_PATCH to config options. - Add dependency to devel/ncurses if devel/ncurses is installed. PR: 155005 Submitted by: Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
-rw-r--r--mail/mutt-devel/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index a39c4bfb6b13..4cdcf70f41d6 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -105,6 +105,10 @@
# If you want to enable the parent/child match support define:
# WITH_MUTT_PARENT_CHILD_MATCH_PATCH
#
+# If you want to be able to use a trash folder for deleted emails (especially useful
+# for example for googlemail) define:
+# WITH_MUTT_TRASH_PATCH
+#
# If you want to enable the internal SMTP relay support define:
# WITH_MUTT_SMTP
#
@@ -118,7 +122,7 @@
PORTNAME= mutt-devel
PORTVERSION= 1.5.21
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES+= mail ipv6
.if defined(WITH_MUTT_NNTP)
CATEGORIES+= news
@@ -199,6 +203,7 @@ OPTIONS= MUTT_ASPELL "Enable aspell support" off \
MUTT_SLANG "Enable slang support" off \
MUTT_SMIME_OUTLOOK_COMPAT "SMIME outlook compatible" on \
MUTT_SMTP "Enable SMTP relay support" off \
+ MUTT_TRASH_PATCH "Enable trash folder support" off \
MUTT_XML "Use XML tools for documentation" on
.endif
@@ -281,7 +286,7 @@ MUTT_USES_SLANG= yes
.if defined(WITH_MUTT_NCURSES) && !defined(MUTT_USES_SLANG)
MUTT_USES_NCURSES= yes
.endif
-.if !defined(MUTT_USES_SLANG) && !defined(WITHOUT_MUTT_SLANG) && !defined(MUTT_USES_NCURSES)
+.if !defined(MUTT_USES_SLANG) && !defined(WITHOUT_MUTT_SLANG)
MUTT_USES_NCURSES= yes
.endif
.if defined(WITHOUT_MUTT_SGMLFORMAT)
@@ -302,8 +307,8 @@ USE_ICONV= yes
.if defined(NOPORTDOCS)
XML_USED= no
.endif
-.if defined(MUTT_USES_NCURSES)
.if defined(WITH_MUTT_NCURSES_PORT) || exists(${LOCALBASE}/lib/libncurses.a)
+.if !defined(MUTT_USES_SLANG)
MUTT_USES_NCURSES_PORT= yes
.endif
.endif