# $Id: Portfile,v 1.1 2003/12/24 14:14:32 mww Exp $

PortSystem	1.0
name		yafic
version		1.2
categories	sysutils
maintainers	jd@lifehertz.com
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 ada58bf2b150ced760b1e1a814c152c2

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