# $Id: Portfile 40701 2008-10-11 13:24:49Z simon@macports.org $ PortSystem 1.0 name tree version 1.5.1.1 categories sysutils platforms darwin maintainers simon openmaintainer 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. homepage http://mama.indstate.edu/users/ice/tree/ master_sites freebsd \ ftp://mama.indstate.edu/linux/tree/ \ ftp://mama.indstate.edu/linux/tree/old/ checksums md5 f8fc70a9260b50bf8b4613e9d5f5e589 extract.suffix .tgz patchfiles patch-tree.c.diff use_configure no build.args CFLAGS="-no-cpp-precomp" destroot.args BINDIR=${destroot}${prefix}/bin \ MANDIR=${destroot}${prefix}/share/man/man1 post-destroot { xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name} xinstall -m 0644 -W ${worksrcpath} README CHANGES LICENSE \ ${destroot}${prefix}/share/doc/${name} } livecheck.check regex livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"