# $Id$ PortSystem 1.0 name ncurses 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. homepage http://www.gnu.org/software/ncurses/ncurses.html master_sites gnu checksums md5 b6593abe1089d6aab1551c105c9300e3 \ sha1 4d54d8ad0b90fffa2780a0a45edb6fcb027ef18d \ rmd160 1a878819c43e6426500fd74ccedf0a032ef399d8 patchfiles patch-configure # required for terminfo depends_run port:ncursesw configure.args --with-shared \ --disable-rpath \ --without-debug \ --without-ada \ --enable-safe-sprintf \ --enable-sigwinch \ --without-progs \ --mandir=${prefix}/share/delete-me post-destroot { # terminfo & manpages also do come with ncursesw delete ${destroot}${prefix}/share ${destroot}${prefix}/lib/terminfo } platform darwin 8 { configure.env-append CC=/usr/bin/gcc-4.0 \ CPP=/usr/bin/cpp-4.0 \ CXX=/usr/bin/g++-4.0 }