# $Id: Portfile 22359 2007-02-27 09:07:55Z pipping@macports.org $ PortSystem 1.0 name ncursesw version 5.5 categories devel platforms darwin maintainers imajes@macports.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 e73c1ac10b4bfc46db43b2ddfd6244ef configure.args --enable-widec \ --with-shared \ --without-debug \ --without-ada \ --enable-safe-sprintf \ --enable-sigwinch \ --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 }