8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
390 B
Makefile
14 lines
390 B
Makefile
################################################################################
|
|
#
|
|
# mutt
|
|
#
|
|
################################################################################
|
|
|
|
MUTT_VERSION = 1.5.21
|
|
MUTT_SITE = http://downloads.sourceforge.net/project/mutt/mutt-dev
|
|
MUTT_DEPENDENCIES = ncurses
|
|
MUTT_CONF_OPT = --disable-iconv --disable-smtp
|
|
MUTT_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|