pkgsrc/security/aide/Makefile
fhajny 5581fcff90 Value of _FILE_OFFSET_BITS corrected. Disabled static linking for Solaris 10
and later (no longer supports static linking).
2012-03-12 14:18:44 +00:00

29 lines
754 B
Makefile

# $NetBSD: Makefile,v 1.33 2012/03/12 14:18:44 fhajny Exp $
#
DISTNAME= aide-0.15.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aide/}
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html
COMMENT= Free intrusion detection system for checking file integrity
LICENSE= artistic
PKG_DESTDIR_SUPPORT= user-destdir
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"