23 lines
571 B
Makefile
23 lines
571 B
Makefile
# $NetBSD: Makefile,v 1.30 2010/03/14 13:30:02 pettai Exp $
|
|
#
|
|
|
|
DISTNAME= aide-0.13.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aide/}
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html
|
|
COMMENT= Free intrusion detection system for checking file integrity
|
|
LICENSE= artistic
|
|
|
|
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"
|