Ticket #13788: mutt-devel.gpgme.patch
File mutt-devel.gpgme.patch, 1.3 KB (added by ludwig@…, 17 years ago) |
---|
-
Portfile
4 4 5 5 name mutt-devel 6 6 version 1.5.17 7 revision 1 7 8 categories mail 8 9 maintainers olaf@foellinger.de 9 10 description Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc) … … 16 17 Elm, Pine, mail and mailx. Features include color support, \ 17 18 message threading, MIME support (including RFC1522 support \ 18 19 for encoded headers), customizable key bindings, POP3, \ 19 Delivery Status Notification (DSN) support, and PGP/MIME.20 Delivery Status Notification (DSN) support, PGP/MIME, and S/MIME. 20 21 21 22 master_sites ftp://ftp.mutt.org/mutt/devel/ 22 23 distname mutt-${version} … … 47 48 variant sasl { configure.args-append --with-sasl 48 49 depends_lib-append port:cyrus-sasl2 } 49 50 variant debug { configure.args-append --enable-debug } 51 52 variant gpgme { 53 configure.args-append --enable-gpgme 54 depends_lib-append port:gpgme 55 } 56 50 57 # use file size attribute instead of access time 51 58 variant buffy { configure.args-append --enable-buffy-size } 52 59 … … 142 149 # Include internal SMTP relay support 143 150 configure.args-append --enable-smtp 144 151 } 152