pkgsrc/security/aide/Makefile
dmcmahill 5b4d2f4abf -fix BUILD_DEPENDS to correctly include bison
-don't let make(1) set YACC (which then gets passed to configure) so
 configure can correctly find bison.
2000-05-20 16:44:27 +00:00

17 lines
428 B
Makefile

# $NetBSD: Makefile,v 1.3 2000/05/20 16:44:27 dmcmahill 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
GNU_CONFIGURE= yes
BUILD_DEPENDS+= bison:../../devel/bison
#don't set YACC so configure can correctly find bison
YACC=
.include "../../mk/bsd.pkg.mk"