# $Id: Portfile,v 1.5 2003/11/17 21:20:04 jkh Exp $ PortSystem 1.0 name tree version 1.3 categories sysutils maintainers rshaw@opendarwin.org description display tree-view of directories with optional color/HTML output 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. master_sites ftp://mama.indstate.edu/linux/tree/ extract.suffix .tgz checksums md5 610dff913f65c1d4743f1a7e1adc0ae4 configure { reinplace "s%(\\*dir)->size%(long)&%" ${worksrcpath}/tree.c reinplace "s%and/or$%&\\\\%" ${worksrcpath}/tree.c } build.args CFLAGS="-no-cpp-precomp" destroot.args BINDIR=${destroot}${prefix}/bin \ MANDIR=${destroot}${prefix}/share/man/man1