openbsd-ports/security/aide/Makefile
lebel 11afd57ac8 remove ftp://ftp.linux.hr/pub/aide from MASTER_SITES since it
was found that there was a trojaned version of aide floating there.
However, our checksum checking would have found the difference, but
I prefer to play it safe and remove that obviously unsecure host from
the Aide's MASTER_SITES (they should use OpenBSD :)).

Thanks to Heikki Korpela <heko@iki.fi> for bringing this to me.
2001-08-07 13:23:39 +00:00

36 lines
880 B
Makefile

# $OpenBSD: Makefile,v 1.3 2001/08/07 13:23:39 lebel Exp $
COMMENT= "Advanced Intrusion Detection Environment"
V= 0.7
DISTNAME= aide-${V}
CATEGORIES= security
NEED_VERSION= 1.402
MAINTAINER= David Lebel <lebel@openbsd.org>
BUILD_DEPENDS= bison::devel/bison \
${LOCALBASE}/lib/libmhash.a::security/mhash
HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.cs.tut.fi/pub/src/gnu/ \
http://www.cs.tut.fi/~rammer/ \
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-mhash
CONFIGURE_ENV= YACC="bison -y" \
CPPFLAGS="-I${LOCALBASE}/include/" \
LDFLAGS="-L${LOCALBASE}/lib/"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/aide
${INSTALL_DATA} ${WRKSRC}/doc/aide.conf ${PREFIX}/share/examples/aide
.include <bsd.port.mk>