# $Id: Portfile,v 1.1 2003/07/21 10:57:03 fkr Exp $ PortSystem 1.0 name pstree version 2.20 categories sysutils maintainers mail@mweissmann.de description process tree-view long_description This is pstree V 2.20. It is a small program that \ shows the ps listing as a tree. homepage http://fresh.t-systems-sfr.com/unix/src/misc/ master_sites ${homepage} checksums md5 df3deb4ac88841d3edb466272c7c1343 configure {} worksrcdir build.cmd {cc} build.args {pstree.c -o pstree} build.target install.cmd {cp} install.args {pstree} install.target {} install.destroot ${destroot}${prefix}/bin