5b4d2f4abf
-don't let make(1) set YACC (which then gets passed to configure) so configure can correctly find bison.
17 lines
428 B
Makefile
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"
|