2010-11-20 12:22:40 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2010/11/20 17:22:43 espie Exp $
|
2001-06-07 10:26:22 -04:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= Advanced Intrusion Detection Environment
|
2001-06-07 10:26:22 -04:00
|
|
|
|
2010-10-17 05:25:05 -04:00
|
|
|
DISTNAME= aide-0.15.1
|
2001-06-07 10:26:22 -04:00
|
|
|
CATEGORIES= security
|
|
|
|
|
2009-05-21 17:53:24 -04:00
|
|
|
HOMEPAGE= http://sourceforge.net/projects/aide
|
2001-06-07 10:26:22 -04:00
|
|
|
|
2009-05-21 17:53:24 -04:00
|
|
|
MAINTAINER= Benoit Lecocq <benoit@openbsd.org>
|
2001-06-07 10:26:22 -04:00
|
|
|
|
2009-05-21 17:53:24 -04:00
|
|
|
# GPLv2
|
2001-06-07 10:26:22 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2003-12-04 10:29:31 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aide/}
|
2001-06-07 10:26:22 -04:00
|
|
|
|
2010-11-20 12:22:40 -05:00
|
|
|
BUILD_DEPENDS= devel/bison \
|
|
|
|
security/mhash
|
2009-05-21 17:53:24 -04:00
|
|
|
|
2003-12-04 10:29:31 -05:00
|
|
|
USE_GMAKE= Yes
|
2010-11-20 12:22:40 -05:00
|
|
|
USE_GROFF = Yes
|
2009-05-21 17:53:24 -04:00
|
|
|
|
2001-06-07 10:26:22 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-06-20 17:55:18 -04:00
|
|
|
CONFIGURE_ARGS+= --with-mhash
|
2003-12-04 10:29:31 -05:00
|
|
|
CONFIGURE_ENV+= YACC="bison -y" \
|
2004-09-14 20:22:09 -04:00
|
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-02-10 14:48:21 -05:00
|
|
|
|
2009-05-21 17:53:24 -04:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2001-06-07 10:26:22 -04:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/aide
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/aide.conf ${PREFIX}/share/examples/aide
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|