Ticket #14376: Portfile.patch
File Portfile.patch, 1.6 KB (added by olaf@…, 17 years ago) |
---|
-
Portfile
old new 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} … … 36 37 --with-libiconv-prefix=${prefix} 37 38 38 39 variant idn { 40 description support for non ascii domain names 39 41 configure.args-append --with-idn=${prefix} 40 42 depends_lib-append port:libidn port:zlib 41 43 } … … 47 49 variant sasl { configure.args-append --with-sasl 48 50 depends_lib-append port:cyrus-sasl2 } 49 51 variant debug { configure.args-append --enable-debug } 52 50 53 # use file size attribute instead of access time 51 54 variant buffy { configure.args-append --enable-buffy-size } 52 55 … … 73 76 variant headercache { 74 77 configure.args-append --enable-hcache 75 78 configure.ldflags-append "-L/usr/lib" 79 default_variants-append +gdbm 76 80 } 77 81 78 82 variant qdbm { … … 142 146 # Include internal SMTP relay support 143 147 configure.args-append --enable-smtp 144 148 } 149