e32afb6fea
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
19 lines
498 B
Makefile
19 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/03/27 03:20:14 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= aide-0.6
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.cs.tut.fi/~rammer/ \
|
|
ftp://ftp.cs.tut.fi/pub/src/gnu/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html
|
|
COMMENT= free intrusion detection system for checking file integrity
|
|
|
|
BUILD_DEPENDS+= bison-*:../../devel/bison
|
|
|
|
GNU_CONFIGURE= yes
|
|
#don't set YACC so configure can correctly find bison
|
|
YACC=
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|