1460185cd7
* Bump revision because the type of blkcnt_t has changed. * Drop unneeded USE_GROFF. ok benoit@
36 lines
754 B
Makefile
36 lines
754 B
Makefile
# $OpenBSD: Makefile,v 1.21 2014/08/26 19:16:53 naddy Exp $
|
|
|
|
COMMENT= Advanced Intrusion Detection Environment
|
|
|
|
DISTNAME= aide-0.15.1
|
|
REVISION= 0
|
|
CATEGORIES= security
|
|
|
|
HOMEPAGE= http://sourceforge.net/projects/aide
|
|
|
|
MAINTAINER= Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aide/}
|
|
|
|
BUILD_DEPENDS= devel/bison \
|
|
security/mhash
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --with-mhash
|
|
CONFIGURE_ENV+= YACC="bison -y" \
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
NO_TEST= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/aide
|
|
${INSTALL_DATA} ${WRKSRC}/doc/aide.conf ${PREFIX}/share/examples/aide
|
|
|
|
.include <bsd.port.mk>
|