# $Id: Portfile 21878 2007-02-10 22:35:38Z pipping@macports.org $ PortSystem 1.0 name less version 394 revision 1 categories textproc maintainers mike.mclean@pobox.com description Less is a program similar to more, which allows backward movement. long_description Less is a program similar to more, but which allows backward \ movement in the file as well as forward movement. Also, less does \ not have to read the entire input file before starting, so with \ large input files it starts up faster than text editors like vi. \ Less uses termcap (or terminfo on some systems), so it can run on \ a variety of terminals. There is even limited support for \ hardcopy terminals. homepage http://www.greenwoodsoftware.com/less/index.html platforms darwin master_sites http://www.greenwoodsoftware.com/less/ checksums md5 a9f072ccefa0d315b325f3e9cdbd4b97 destroot.destdir prefix=${destroot}${prefix} depends_lib port:ncursesw configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"