Merge from vendor branch TNF:
[pkgsrc.git] / security / aide / Makefile
1 # $NetBSD: Makefile,v 1.2 2000/04/26 12:51:35 hubertf Exp $
2 #
3
4 DISTNAME=       aide-0.6
5 CATEGORIES=     security
6 MASTER_SITES=   http://www.cs.tut.fi/~rammer/ \
7                 ftp://ftp.cs.tut.fi/pub/src/gnu/
8
9 MAINTAINER=     packages@netbsd.org
10 HOMEPAGE=       http://www.cs.tut.fi/~rammer/aide.html
11
12 GNU_CONFIGURE=  yes
13 BUILD_DEPENDS+= bison:../../devel/bison
14 #don't set YACC so configure can correctly find bison
15 YACC=
16
17 .include "../../mk/bsd.pkg.mk"