NAME = Ncursesw
GARNAME = ncursesw
GARVERSION = 5.9
HOME_URL = http://www.gnu.org/software/ncurses/
DESCRIPTION = A free software emulation of curses in SVR4 and more \
(widechar support)

######################################################################

MASTER_SITES = $(MASTER_GNU)
MASTER_SUBDIR = ncurses/
DISTFILES = ncurses-$(GARVERSION).tar.gz
SIGFILES = ncurses-$(GARVERSION).tar.gz.sig
WORKSRC = $(WORKDIR)/ncurses-$(GARVERSION)/

BUILDDEPS = libtool
LIBDEPS = 

######################################################################

include ../../gar.lib/auto.mk
include config.mk

CONFIGURE_ARGS += --with-libtool --enable-widec
