Ticket #14376: Portfile.patch

File Portfile.patch, 1.6 KB (added by olaf@…, 16 years ago)
  • Portfile

    old new  
    44
    55name        mutt-devel
    66version     1.5.17
     7revision    1
    78categories  mail
    89maintainers olaf@foellinger.de
    910description Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc)
     
    1617         Elm, Pine, mail and mailx.  Features include color support, \
    1718         message threading, MIME support (including RFC1522 support \
    1819         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.
    2021
    2122master_sites        ftp://ftp.mutt.org/mutt/devel/
    2223distname            mutt-${version}
     
    3637                --with-libiconv-prefix=${prefix}
    3738
    3839variant idn {
     40    description             support for non ascii domain names
    3941    configure.args-append   --with-idn=${prefix}
    4042    depends_lib-append      port:libidn port:zlib
    4143}
     
    4749variant sasl { configure.args-append --with-sasl
    4850                depends_lib-append port:cyrus-sasl2 }
    4951variant debug   { configure.args-append --enable-debug }
     52
    5053# use file size attribute instead of access time
    5154variant buffy { configure.args-append --enable-buffy-size }
    5255
     
    7376variant headercache {
    7477    configure.args-append   --enable-hcache
    7578    configure.ldflags-append    "-L/usr/lib"
     79    default_variants-append     +gdbm
    7680}
    7781
    7882variant qdbm {
     
    142146# Include internal SMTP relay support
    143147        configure.args-append --enable-smtp
    144148}
     149