Ticket #662: Portfile

File Portfile, 821 bytes (added by robert@…, 21 years ago)

ATTACHMENT: tree-1.3 (new)

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