summaryrefslogtreecommitdiff
path: root/security/aide06/Makefile
blob: 5b836668e56c1f4180db36985cd378c90c235d2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.10 2005/05/22 19:11:12 jlam Exp $
#

DISTNAME=       aide-0.6
PKGREVISION=	1
CATEGORIES=	security
MASTER_SITES=   ftp://ftp.cs.tut.fi/pub/src/gnu/

MAINTAINER=	tech-pkg@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_GNU_TOOLS+=	yacc lex
USE_TOOLS+=	bison

.include "../../mk/bsd.pkg.mk"