601583c320
Patch provided by Sergey Svishchev in private mail.
18 lines
442 B
Makefile
18 lines
442 B
Makefile
# $NetBSD: Makefile,v 1.15 2007/02/22 19:27:06 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= aide-0.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.cs.tut.fi/pub/src/gnu/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html
|
|
COMMENT= Older intrusion detection system for checking file integrity
|
|
|
|
#BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= bison flex
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|