# $Id: Portfile 23694 2007-04-06 22:14:31Z pipping@macports.org $ PortSystem 1.0 name nano version 2.0.4 categories editors maintainers nomaintainer@macports.org description Nano's ANOther editor - enhanced free Pico Clone long_description \ GNU nano is a small and friendly text editor. Besides basic text \ editing, nano offers many extra features like an interactive search \ and replace, goto line number, auto-indentation, feature toggles, \ internationalization support, and filename tab completion. homepage http://www.nano-editor.org/ platforms darwin freebsd master_sites http://www.nano-editor.org/dist/v2.0/ checksums md5 8118d8521e121a37d05f5647d2784fa8 \ sha1 52a4143bc23ba6e6b582916ac6f4bcf7e9fbc159 \ rmd160 f39b6f917dee9abc3245c6d1ff2b786c9efc55eb depends_lib port:ncursesw configure.args --infodir=${prefix}/share/info \ --mandir=${prefix}/share/man \ --enable-all \ --disable-nls configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" destroot.target install-strip