# $Id: Portfile,v 1.5 2003/10/20 12:57:42 mww Exp $ PortSystem 1.0 name pstree version 2.20 revision 0 categories sysutils maintainers mww@opendarwin.org description process tree-view platforms darwin freebsd long_description This is pstree v2.20. It is a small program that \ shows the ps listing as a tree. homepage n/a master_sites ftp://ftp.thp.uni-duisburg.de/pub/source/ \ http://fresh.t-systems-sfr.com/unix/src/misc/ checksums md5 df3deb4ac88841d3edb466272c7c1343 use_configure no build.dir ${workpath} build.cmd cc build.args pstree.c -o pstree build.target destroot.cmd install -m 755 destroot.args pstree destroot.target destroot.destdir ${destroot}${prefix}/bin post-destroot { system "install -m 755 -d \ ${destroot}${prefix}/share/doc/${name} \ && install -m 644 ${workpath}/README \ ${destroot}${prefix}/share/doc/${name}/README" }