summaryrefslogtreecommitdiff
path: root/security/aide/Makefile
blob: 30cf148319b08c1effb21ac9c624f45b67e45350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.21 2005/05/23 21:18:09 jlam 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_TOOLS+=	bison gmake lex

.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"