# $Id: Portfile,v 1.1.2.1 2003/08/03 08:53:58 jkh Exp $ PortSystem 1.0 name tree version 1.3 categories sysutils maintainers robert@or.homeip.net description Display a tree-view of directories with optional \ color or HTML output. master_sites ftp://mama.indstate.edu/linux/tree/ extract.sufx .tgz checksums md5 610dff913f65c1d4743f1a7e1adc0ae4 configure { reinplace "s%(\\*dir)->size%(long)&%" ${worksrcpath}/tree.c } build.args CFLAGS="-no-cpp-precomp" destroot.args BINDIR=${destroot}${prefix}/bin \ MANDIR=${destroot}${prefix}/man/man1 long_description \ Tree is a simple utility that displays a tree-view of directories and \ files. It has options to use ANSI color escape-sequences or ASCII \ graphic characters, and can also output in HTML format. \ \ Tree was written by Steve Baker for Linux.