4 | | name sylpheed |
5 | | version 0.9.2 |
6 | | categories mail |
7 | | maintainers mij@opendarwin.org |
8 | | description Fast, lightweight GTK+ mail client |
9 | | homepage http://sylpheed.good-day.net/ |
10 | | platforms darwin |
| 4 | name sylpheed |
| 5 | version 0.9.11 |
| 6 | categories mail |
| 7 | maintainers mij@opendarwin.org |
| 8 | description Fast, lightweight GTK+ mail client |
| 9 | homepage http://sylpheed.good-day.net/ |
| 10 | platforms darwin |
| 11 | |
| 12 | long_description Sylpheed is a fast, lightweight email client written in \ |
| 13 | GTK+. The appearance and interface are similar to \ |
| 14 | popular Windows clients, such as Outlook Express, \ |
| 15 | Becky!, and Datula. |
| 16 | |
| 17 | master_sites http://sylpheed.good-day.net/sylpheed/ |
| 18 | |
| 19 | checksums md5 df1bd581fd26841b43d5a5b73a06d847 |
| 20 | use_bzip2 yes |
| 21 | |
| 22 | depends_lib lib:libgtk.1:gtk1 |
| 23 | |
| 24 | pre-configure { reinplace "s|-traditional-cpp|-no-cpp-precomp|g" \ |
| 25 | ${worksrcpath}/configure |
| 26 | } |
| 27 | |
| 28 | configure.env LDFLAGS="-L${prefix}/lib" \ |
| 29 | CPPFLAGS="-I${prefix}/include" \ |
| 30 | CFLAGS="-O3 -fstrict-aliasing -funroll-loops -pipe" |
| 31 | |
| 32 | configure.args --disable-compface \ |
| 33 | --disable-jpilot \ |
| 34 | --disable-gdk-pixbuf \ |
| 35 | --disable-ipv6 |
| 36 | |
| 37 | variant ssl { depends_lib-append lib:libssl.0.9:openssl |
| 38 | configure.args-append --enable-ssl |
| 39 | } |
| 40 | |
| 41 | variant gpg { depends_lib-append lib:libgpgme:gpgme |
| 42 | configure.args-append --enable-gpgme \ |
| 43 | --with-gpgme-prefix=${prefix} |
| 44 | } |
| 45 | |
| 46 | variant ipv6 { configure.args-delete --disable-ipv6 |
| 47 | configure.args-append --enable-ipv6 |
| 48 | } |
| 49 | |
| 50 | variant gdk { depends_libs-append lib:libgdk-pixbuf:gdk-pixbuf |
| 51 | configure.args-delete --disable-gdk-pixbuf |
| 52 | configure.args-append --enable-gdk-pixbuf |
| 53 | } |