Ticket #11159: Portfile.2

File Portfile.2, 1.0 KB (added by vinc17@…, 17 years ago)

New Portfile: depend on ncursesw

Line 
1# $Id: Portfile 15399 2006-12-18 18:03:05Z lefevre $
2
3PortSystem 1.0
4name            less
5version         394
6revision        1
7categories      textproc
8maintainers     mike.mclean@pobox.com
9description     Less is a program similar to more, which allows backward movement.
10long_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.
17homepage        http://www.greenwoodsoftware.com/less/index.html
18platforms       darwin
19master_sites    http://www.greenwoodsoftware.com/less/ \
20                gnu
21checksums       md5 a9f072ccefa0d315b325f3e9cdbd4b97
22destroot.destdir        prefix=${destroot}${prefix}
23depends_lib     port:ncursesw
24configure.env   CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"