2020-05-09 20:29:24 +02:00
|
|
|
# $NetBSD: Makefile,v 1.39 2020/05/09 18:29:24 rillig Exp $
|
2000-03-10 11:28:31 +01:00
|
|
|
#
|
|
|
|
|
2010-09-13 15:09:20 +02:00
|
|
|
DISTNAME= aide-0.15.1
|
2015-03-05 23:47:54 +01:00
|
|
|
PKGREVISION= 1
|
2000-03-10 11:28:31 +01:00
|
|
|
CATEGORIES= security
|
2007-02-22 20:26:05 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aide/}
|
2000-03-10 11:28:31 +01:00
|
|
|
|
2010-03-14 14:30:02 +01:00
|
|
|
MAINTAINER= pettai@NetBSD.org
|
2020-03-20 12:57:53 +01:00
|
|
|
HOMEPAGE= http://aide.sourceforge.net/
|
2003-07-21 19:10:16 +02:00
|
|
|
COMMENT= Free intrusion detection system for checking file integrity
|
2010-03-14 14:27:10 +01:00
|
|
|
LICENSE= artistic
|
2000-03-10 11:28:31 +01:00
|
|
|
|
2000-09-03 15:09:20 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-05-23 23:18:53 +02:00
|
|
|
USE_TOOLS+= bison flex gmake
|
2000-03-10 11:28:31 +01:00
|
|
|
|
2020-05-09 20:29:24 +02:00
|
|
|
CHECK_PORTABILITY_SKIP= contrib/gpg2_update.sh # not needed
|
|
|
|
|
2012-03-12 15:18:44 +01:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "SunOS" && empty(OS_VERSION:M5.[6-9])
|
|
|
|
# Since Solaris 10, static linking no longer possible
|
|
|
|
CONFIGURE_ARGS+= --disable-static
|
|
|
|
.endif
|
|
|
|
|
2006-07-21 22:26:45 +02:00
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
2004-04-25 04:51:39 +02:00
|
|
|
.include "../../security/mhash/buildlink3.mk"
|
2000-03-10 11:28:31 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|