# $Id$ PortSystem 1.0 name ncurses version 5.7 categories devel platforms darwin freebsd 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 cce05daf61a64501ef6cd8da1f727ec6 \ sha1 8233ee56ed84ae05421e4e6d6db6c1fe72ee6797 \ rmd160 a19ca026d32255f5a4d22eb006d65182041e0234 # required for terminfo depends_run port:ncursesw configure.cppflags configure.ldflags 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}/lib/terminfo ${destroot}${prefix}/share } platform freebsd { depends_build-append lib:libncursesw:ncursesw destroot.env-append LD_LIBRARY_PATH=${prefix}/lib } use_parallel_build yes