blob: 5b8c4f695bc977a8d810e00d1c4005afc8c0362d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.17 2005/04/11 21:47:10 tv Exp $
#
DISTNAME= aide-0.10
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aide/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html
COMMENT= Free intrusion detection system for checking file integrity
BUILDLINK_DEPENDS.mhash?= mhash>=0.8.17
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= lex make yacc
.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
#don't set YACC so configure can correctly find bison
YACC=
|