# $Id: Portfile 56061 2009-08-24 00:33:19Z ryandesign@macports.org $ PortSystem 1.0 name chkrootkit version 0.48 categories sysutils platforms darwin maintainers nomaintainer description chkrootkit is a tool to locally check for signs of a rootkit long_description chkrootkit is a tool to locally check for signs of a rootkit. homepage http://www.chkrootkit.org/ master_sites ftp://ftp.pangeia.com.br/pub/seg/pac/ checksums md5 de8b8b5013e7faa2b66c0e33c59677e8 \ sha1 edbaf062a78f4210a7dbe9ef935cb86d12695d91 \ rmd160 4ab07d02dd9c366b32383d84a339ef72cd4e6703 worksrcdir ${name}-${version} patchfiles patch-Makefile configure { } build.cmd { make sense } destroot { xinstall -m 755 -c ${worksrcpath}/check_wtmpx ${destroot}${prefix}/bin xinstall -m 755 -c ${worksrcpath}/chkdirs ${destroot}${prefix}/bin xinstall -m 755 -c ${worksrcpath}/chklastlog ${destroot}${prefix}/bin xinstall -m 755 -c ${worksrcpath}/chkproc ${destroot}${prefix}/bin xinstall -m 755 -c ${worksrcpath}/chkrootkit ${destroot}${prefix}/bin xinstall -m 755 -c ${worksrcpath}/chkutmp ${destroot}${prefix}/bin xinstall -m 755 -c ${worksrcpath}/chkwtmp ${destroot}${prefix}/bin xinstall -m 755 -c ${worksrcpath}/ifpromisc ${destroot}${prefix}/bin xinstall -m 755 -c ${worksrcpath}/strings-static ${destroot}${prefix}/bin xinstall -m 755 -d ${destroot}${prefix}/share/doc/chkrootkit xinstall -m 644 -c ${worksrcpath}/ACKNOWLEDGMENTS ${destroot}${prefix}/share/doc/chkrootkit xinstall -m 644 -c ${worksrcpath}/COPYRIGHT ${destroot}${prefix}/share/doc/chkrootkit xinstall -m 644 -c ${worksrcpath}/README ${destroot}${prefix}/share/doc/chkrootkit xinstall -m 644 -c ${worksrcpath}/README.chklastlog ${destroot}${prefix}/share/doc/chkrootkit xinstall -m 644 -c ${worksrcpath}/README.chkwtmp ${destroot}${prefix}/share/doc/chkrootkit }