python-treq: bump to version 16.12.0
[buildroot-gz.git] / package / heirloom-mailx / Config.in
blob87664b489e7b22403852cc4b2fbdf381335efe52
1 config BR2_PACKAGE_HEIRLOOM_MAILX
2         bool "heirloom-mailx"
3         # uses fork()
4         depends on BR2_USE_MMU
5         depends on !BR2_STATIC_LIBS
6         help
7           Heirloom mailx (previously known as nail) is a mail user
8           agent for Unix systems.
10           It can be used as a command-line mail reader, but also more
11           importantly on embedded systems, as a mail composition
12           program and SMTP client, in order to send e-mail from shell
13           scripts. It supports SMTP authentication (login, plain,
14           cram-md5), SMTPS, MIME encoding of attachements, and more.
16           http://heirloom.sourceforge.net/mailx.html
18 comment "heirloom-mailx needs a toolchain w/ dynamic library"
19         depends on BR2_STATIC_LIBS
20         depends on BR2_USE_MMU