# $Id: Portfile,v 1.4 2005/10/13 05:43:08 mww Exp $ PortSystem 1.0 name ncurses version 5.5 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. homepage http://www.gnu.org/software/ncurses/ncurses.html master_sites gnu checksums md5 e73c1ac10b4bfc46db43b2ddfd6244ef configure.args --enable-widec \ --with-shared \ --without-debug \ --without-ada \ --mandir=${prefix}/share/man platform darwin 6 { configure.args-delete --enable-widec } platform darwin 8 { configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 }