[csw-devel] SF.net SVN: gar:[8081] csw/mgar/pkg/mutt/trunk/Makefile

skayser at users.sourceforge.net skayser at users.sourceforge.net
Tue Jan 19 01:34:50 CET 2010


Revision: 8081
          http://gar.svn.sourceforge.net/gar/?rev=8081&view=rev
Author:   skayser
Date:     2010-01-19 00:34:44 +0000 (Tue, 19 Jan 2010)

Log Message:
-----------
mutt: further fixes WRT to #3726, added --with-ssl --enable-smtp --enable-gpgme

Modified Paths:
--------------
    csw/mgar/pkg/mutt/trunk/Makefile

Modified: csw/mgar/pkg/mutt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mutt/trunk/Makefile	2010-01-18 22:48:28 UTC (rev 8080)
+++ csw/mgar/pkg/mutt/trunk/Makefile	2010-01-19 00:34:44 UTC (rev 8081)
@@ -7,12 +7,16 @@
 
 DESCRIPTION = A text-based mail client for Unix operating systems
 define BLURB
+  Mutt is a small but very powerful text-based MIME mail client. Mutt is
+  highly configurable, and is well suited to the mail power user with
+  advanced features like key bindings, keyboard macros, mail threading,
+  regular expression searches and a powerful pattern matching language for
+  selecting groups of messages.
 endef
 
+VENDOR_URL   = http://www.mutt.org
 MASTER_SITES = $(SF_MIRRORS)
-DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
-
-# We define upstream file regex so we can be notifed of new upstream software release
+DISTFILES    = $(GARNAME)-$(GARVERSION).tar.gz
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
 LICENSE = COPYRIGHT
@@ -37,13 +41,16 @@
 
 sysconfdir = /etc/opt/csw
 
-CONFIGURE_ARGS = $(DIRPATHS)
-
-# Add requested header fields requested in this bug:
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-pop
+CONFIGURE_ARGS += --enable-imap
+CONFIGURE_ARGS += --enable-smtp
+CONFIGURE_ARGS += --enable-gpgme
+# Add IMAP header caching and SASL as requested per:
 #   http://www.opencsw.org/mantis/view.php?id=3726
-CONFIGURE_ARGS += --with-sasl --enable-hcache
-# This required POP and/or IMAP
-CONFIGURE_ARGS += --enable-pop --enable-imap
+CONFIGURE_ARGS += --enable-hcache
+CONFIGURE_ARGS += --with-sasl
+CONFIGURE_ARGS += --with-ssl
 
 CONFIGURE_ARGS_SLANG-no =
 CONFIGURE_ARGS_SLANG-yes = --with-slang=$(prefix)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list