| 1 | # $Id: Portfile 15399 2006-12-18 18:03:05Z lefevre $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | name less |
|---|
| 5 | version 394 |
|---|
| 6 | revision 1 |
|---|
| 7 | categories textproc |
|---|
| 8 | maintainers mike.mclean@pobox.com |
|---|
| 9 | description Less is a program similar to more, which allows backward movement. |
|---|
| 10 | long_description Less is a program similar to more, but which allows backward \ |
|---|
| 11 | movement in the file as well as forward movement. Also, less does \ |
|---|
| 12 | as well as forward movement. Also, less does not have to read the \ |
|---|
| 13 | entire input file before starting, so with large input files it starts \ |
|---|
| 14 | up faster than text editors like vi. Less uses termcap (or terminfo \ |
|---|
| 15 | on some systems), so it can run on a variety of terminals. There is \ |
|---|
| 16 | even limited support for hardcopy terminals. |
|---|
| 17 | homepage http://www.greenwoodsoftware.com/less/index.html |
|---|
| 18 | platforms darwin |
|---|
| 19 | master_sites http://www.greenwoodsoftware.com/less/ \ |
|---|
| 20 | gnu |
|---|
| 21 | checksums md5 a9f072ccefa0d315b325f3e9cdbd4b97 |
|---|
| 22 | destroot.destdir prefix=${destroot}${prefix} |
|---|
| 23 | depends_lib port:ncursesw |
|---|
| 24 | configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" |
|---|