Lines 3-8
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= sylpheed |
4 |
PORTNAME= sylpheed |
5 |
PORTVERSION= 3.5.0 |
5 |
PORTVERSION= 3.5.0 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= mail ipv6 |
7 |
CATEGORIES= mail ipv6 |
7 |
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ |
8 |
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ |
8 |
LOCAL/ehaupt |
9 |
LOCAL/ehaupt |
Lines 32-38
Link Here
|
32 |
CONFLICTS= sylpheed-1.[0-8]* sylpheed-2.[0-9]* sylpheed-gtk2-[0-9]* |
33 |
CONFLICTS= sylpheed-1.[0-8]* sylpheed-2.[0-9]* sylpheed-gtk2-[0-9]* |
33 |
|
34 |
|
34 |
OPTIONS_DEFINE= CA_BUNDLE COMPFACE CURL DOCS GPGME GTKSPELL JPILOT LDAP \ |
35 |
OPTIONS_DEFINE= CA_BUNDLE COMPFACE CURL DOCS GPGME GTKSPELL JPILOT LDAP \ |
35 |
ONIGURUMA SSL |
36 |
ONIGURUMA SSL HIDE_INFO |
36 |
|
37 |
|
37 |
CA_BUNDLE_DESC= Include CA bundle for certificate verification |
38 |
CA_BUNDLE_DESC= Include CA bundle for certificate verification |
38 |
COMPFACE_DESC= X-Face support |
39 |
COMPFACE_DESC= X-Face support |
Lines 41-46
Link Here
|
41 |
GTKSPELL_DESC= Spell checking support |
42 |
GTKSPELL_DESC= Spell checking support |
42 |
JPILOT_DESC= JPilot support |
43 |
JPILOT_DESC= JPilot support |
43 |
ONIGURUMA_DESC= Oniguruma support |
44 |
ONIGURUMA_DESC= Oniguruma support |
|
|
45 |
HIDE_INFO_DESC= Hide info about GTK and OS (in the header mail) |
44 |
|
46 |
|
45 |
OPTIONS_DEFAULT=CA_BUNDLE CURL GTKSPELL SSL |
47 |
OPTIONS_DEFAULT=CA_BUNDLE CURL GTKSPELL SSL |
46 |
|
48 |
|
Lines 72-77
Link Here
|
72 |
SSL_CONFIGURE_ENABLE= ssl |
74 |
SSL_CONFIGURE_ENABLE= ssl |
73 |
SSL_USE= openssl=yes |
75 |
SSL_USE= openssl=yes |
74 |
|
76 |
|
|
|
77 |
HIDE_INFO_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_main.c |
78 |
|
75 |
.include <bsd.port.options.mk> |
79 |
.include <bsd.port.options.mk> |
76 |
|
80 |
|
77 |
MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \ |
81 |
MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \ |