1 | # $Id: Portfile,v 1.6 2003/07/04 05:14:20 rshaw Exp $ |
---|
2 | PortSystem 1.0 |
---|
3 | name tree |
---|
4 | version 1.3 |
---|
5 | categories sysutils |
---|
6 | maintainers robert@or.homeip.net |
---|
7 | description Display a tree-view of directories with optional \ |
---|
8 | color or HTML output. |
---|
9 | master_sites ftp://mama.indstate.edu/linux/tree/ |
---|
10 | extract.sufx .tgz |
---|
11 | checksums md5 610dff913f65c1d4743f1a7e1adc0ae4 |
---|
12 | configure { |
---|
13 | reinplace "s%(\\*dir)->size%(long)&%" ${worksrcpath}/tree.c |
---|
14 | } |
---|
15 | build.args CFLAGS="-no-cpp-precomp" |
---|
16 | install.args BINDIR=${destroot}${prefix}/bin \ |
---|
17 | MANDIR=${destroot}${prefix}/man/man1 |
---|
18 | |
---|
19 | long_description \ |
---|
20 | Tree is a simple utility that displays a tree-view of directories and \ |
---|
21 | files. It has options to use ANSI color escape-sequences or ASCII \ |
---|
22 | graphic characters, and can also output in HTML format. \ |
---|
23 | \ |
---|
24 | Tree was written by Steve Baker for Linux. |
---|
25 | |
---|