pkgsrc/security/aide/Makefile

29 lines
740 B
Makefile
Raw Normal View History

2020-05-09 20:29:24 +02:00
# $NetBSD: Makefile,v 1.39 2020/05/09 18:29:24 rillig Exp $
#
DISTNAME= aide-0.15.1
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aide/}
2010-03-14 14:30:02 +01:00
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://aide.sourceforge.net/
COMMENT= Free intrusion detection system for checking file integrity
LICENSE= artistic
2000-09-03 15:09:20 +02:00
GNU_CONFIGURE= yes
USE_TOOLS+= bison flex gmake
2020-05-09 20:29:24 +02:00
CHECK_PORTABILITY_SKIP= contrib/gpg2_update.sh # not needed
.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
.include "../../devel/zlib/buildlink3.mk"
2004-04-25 04:51:39 +02:00
.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"