# $Id: Portfile 23930 2007-04-13 03:08:28Z pipping@macports.org $ PortSystem 1.0 name ncursesw version 5.6 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 b6593abe1089d6aab1551c105c9300e3 \ sha1 4d54d8ad0b90fffa2780a0a45edb6fcb027ef18d \ rmd160 1a878819c43e6426500fd74ccedf0a032ef399d8 patchfiles patch-configure configure.args --enable-widec \ --disable-rpath \ --with-shared \ --without-debug \ --without-ada \ --enable-safe-sprintf \ --enable-sigwinch \ --mandir=${prefix}/share/man platform darwin 8 { configure.env-append CC=/usr/bin/gcc-4.0 \ CPP=/usr/bin/cpp-4.0 \ CXX=/usr/bin/g++-4.0 } livecheck.check regex livecheck.url http://ftp.gnu.org/gnu/ncurses/?M=D livecheck.regex ncurses-(\\d+\\.\\d+)