pkgsrc/security/aide/Makefile
2013-02-22 19:59:05 +00:00

27 lines
712 B
Makefile

# $NetBSD: Makefile,v 1.35 2013/02/22 19:59:07 shattered Exp $
#
DISTNAME= aide-0.15.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aide/}
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://aide.sourceforge.net/
COMMENT= Free intrusion detection system for checking file integrity
LICENSE= artistic
BUILDLINK_API_DEPENDS.mhash?= mhash>=0.8.17
GNU_CONFIGURE= yes
USE_TOOLS+= bison flex gmake
.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"
.include "../../security/mhash/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"