# $Id: Portfile 69520 2010-07-08 20:19:52Z jmr@macports.org $

PortSystem 1.0
name            yafic
version         1.2.2
revision        1
categories      sysutils
maintainers     lifehertz.com:jd
platforms       darwin
description     Yet Another File Integrity Checker
long_description \
    yafic is a file integrity checker, similar to programs like         \
    Tripwire, integrit, and AIDE.

homepage        http://philosophysw.com/software/yafic/
master_sites    sourceforge
checksums       md5 8de731a2672e62150e7aef0643cfcaa9 \
                sha1 0592df76f87a6b5b972c1e8c1c08c771e3ffdf7f \
                rmd160 976cb8a75bb9cdf75961a60929c5e778049a97b4
configure.args  --mandir=${prefix}/share/man
depends_lib     port:openssl

post-destroot {
    xinstall ${worksrcpath}/yafic.conf.sample ${destroot}${prefix}/etc
    xinstall -d ${destroot}${prefix}/share/doc/${name}
	xinstall ${worksrcpath}/ChangeLog ${worksrcpath}/INSTALL \
      ${worksrcpath}/README ${worksrcpath}/TODO \
      ${destroot}${prefix}/share/doc/${name}
}
