79f5d0e3b9
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
365 B
Makefile
14 lines
365 B
Makefile
#############################################################
|
|
#
|
|
# mutt
|
|
#
|
|
#############################################################
|
|
|
|
MUTT_VERSION = 1.5.21
|
|
MUTT_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/mutt
|
|
MUTT_DEPENDENCIES = ncurses
|
|
MUTT_CONF_OPT = --disable-iconv --disable-smtp
|
|
MUTT_AUTORECONF = YES
|
|
|
|
$(eval $(call AUTOTARGETS))
|