Index: Portfile
===================================================================
--- Portfile	(revision 33886)
+++ Portfile	(working copy)
@@ -4,6 +4,7 @@
 
 name        mutt-devel
 version     1.5.17
+revision    1
 categories  mail
 maintainers olaf@foellinger.de
 description Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc)
@@ -16,7 +17,7 @@
          Elm, Pine, mail and mailx.  Features include color support, \
          message threading, MIME support (including RFC1522 support \
          for encoded headers), customizable key bindings, POP3, \
-         Delivery Status Notification (DSN) support, and PGP/MIME.
+         Delivery Status Notification (DSN) support, PGP/MIME, and S/MIME.
 
 master_sites        ftp://ftp.mutt.org/mutt/devel/
 distname            mutt-${version}
@@ -47,6 +48,12 @@
 variant sasl { configure.args-append --with-sasl
                 depends_lib-append port:cyrus-sasl2 }
 variant debug   { configure.args-append --enable-debug }
+
+variant gpgme {
+    configure.args-append --enable-gpgme
+    depends_lib-append port:gpgme
+}
+
 # use file size attribute instead of access time
 variant buffy { configure.args-append --enable-buffy-size }
 
@@ -142,3 +149,4 @@
 # Include internal SMTP relay support
         configure.args-append --enable-smtp
 }
+

