a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21168 2007-01-10 20:18:18Z ryandesign@macports.org $
PortSystem 1.0
name chkrootkit
version 0.47
categories sysutils
maintainers nomaintainer@macports.org
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 4c6455d202cef35395a673386e4bf01a
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
}