# $Id: Portfile 21302 2007-01-20 03:01:02Z imajes@macports.org $ PortSystem 1.0 name ncursesw version 5.6 categories devel platforms darwin maintainers mww@opendarwin.org description emulation of curses in System V Release 4.0 long_description The Ncurses (new curses) library is a free software \ emulation of curses in System V Release 4.0, and more. It uses \ Terminfo format, supports pads and color and multiple \ highlights and forms characters and function-key mapping, and \ has all the other SYSV-curses enhancements over BSD Curses. \ This library offers wide-character/UTF-8 support. homepage http://www.gnu.org/software/ncurses/ncurses.html master_sites gnu:ncurses distname ncurses-${version} dist_subdir ncurses checksums md5 b6593abe1089d6aab1551c105c9300e3 configure.args --enable-widec \ --with-shared \ --without-debug \ --without-ada \ --enable-safe-sprintf \ --mandir=${prefix}/share/man platform darwin 8 { configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 }