f79573370a
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
19 lines
500 B
Makefile
19 lines
500 B
Makefile
# $NetBSD: Makefile,v 1.7 2001/09/27 23:18:37 jlam 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-[0-9]*:../../devel/bison
|
|
|
|
GNU_CONFIGURE= yes
|
|
#don't set YACC so configure can correctly find bison
|
|
YACC=
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|