mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 13:30:54 +08:00
mutt: move configurables to Config.in
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
This commit is contained in:
parent
4499d9bfcd
commit
8afac646dc
32
mail/mutt/Config.in
Normal file
32
mail/mutt/Config.in
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
if PACKAGE_mutt
|
||||||
|
config MUTT_POP
|
||||||
|
bool "POP support"
|
||||||
|
default y
|
||||||
|
help
|
||||||
|
Enables POP support in mutt.
|
||||||
|
config MUTT_IMAP
|
||||||
|
bool "IMAP support"
|
||||||
|
default y
|
||||||
|
help
|
||||||
|
Enables IMAP support in mutt.
|
||||||
|
config MUTT_SMTP
|
||||||
|
bool "SMTP support"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
Enables SMTP support in mutt.
|
||||||
|
config MUTT_SASL
|
||||||
|
bool "SASL support"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
Enables SASL support in mutt (libsasl2).
|
||||||
|
config MUTT_GNUTLS
|
||||||
|
bool "GnuTLS support"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
Enables GnuTLS support in mutt (libgnutls).
|
||||||
|
config MUTT_OPENSSL
|
||||||
|
bool "OpenSSL support"
|
||||||
|
default y
|
||||||
|
help
|
||||||
|
Enables OpenSSL support in mutt (libopenssl).
|
||||||
|
endif
|
@ -60,42 +60,7 @@ define Package/mutt/install
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/mutt/config
|
define Package/mutt/config
|
||||||
config MUTT_POP
|
source "$(SOURCE)/Config.in"
|
||||||
depends on PACKAGE_mutt
|
|
||||||
bool "POP support"
|
|
||||||
default y
|
|
||||||
help
|
|
||||||
Enables POP support in mutt.
|
|
||||||
config MUTT_IMAP
|
|
||||||
depends on PACKAGE_mutt
|
|
||||||
bool "IMAP support"
|
|
||||||
default y
|
|
||||||
help
|
|
||||||
Enables IMAP support in mutt
|
|
||||||
config MUTT_SMTP
|
|
||||||
depends on PACKAGE_mutt
|
|
||||||
bool "SMTP support"
|
|
||||||
default n
|
|
||||||
help
|
|
||||||
Enables SMTP support in mutt.
|
|
||||||
config MUTT_SASL
|
|
||||||
depends on PACKAGE_mutt
|
|
||||||
bool "SASL support"
|
|
||||||
default n
|
|
||||||
help
|
|
||||||
Enables SASL support in mutt (libsasl2).
|
|
||||||
config MUTT_GNUTLS
|
|
||||||
depends on PACKAGE_mutt
|
|
||||||
bool "GnuTLS support"
|
|
||||||
default n
|
|
||||||
help
|
|
||||||
Enables GnuTLS support in mutt (libgnutls).
|
|
||||||
config MUTT_OPENSSL
|
|
||||||
depends on PACKAGE_mutt
|
|
||||||
bool "OpenSSL support"
|
|
||||||
default y
|
|
||||||
help
|
|
||||||
Enables OpenSSL support in mutt (libopenssl).
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,mutt))
|
$(eval $(call BuildPackage,mutt))
|
||||||
|
Loading…
Reference in New Issue
Block a user