blob: 373370acf0cb7c7923aa24ceb6a399ce0899c433 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.28 2008/06/12 02:14:44 joerg Exp $
#
DISTNAME= aide-0.10
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aide/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html
COMMENT= Free intrusion detection system for checking file integrity
PKG_DESTDIR_SUPPORT= user-destdir
BUILDLINK_API_DEPENDS.mhash?= mhash>=0.8.17
GNU_CONFIGURE= yes
USE_TOOLS+= bison flex gmake
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|