3a3fe8e873
BUILD_DEPENDS on bison to USE_TOOLS=bison. The minimum bison version required in mk/tools/bison.mk is good enough for all of them.
18 lines
429 B
Makefile
18 lines
429 B
Makefile
# $NetBSD: Makefile,v 1.17 2012/01/14 00:51:36 hans Exp $
|
|
#
|
|
|
|
DISTNAME= aide-0.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.cs.tut.fi/pub/src/gnu/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html
|
|
COMMENT= Older intrusion detection system for checking file integrity
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= bison flex
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|