espie 0e6f6f93bb Kill first component of BUILD_DEPENDS.
Fix sawfish comment while I'm at it.
`window manager for the X windows system'.
Like DUH ! It's going to be a window manager for my microwave oven ?
2001-11-10 15:00:47 +00:00

36 lines
848 B
Makefile

# $OpenBSD: Makefile,v 1.4 2001/11/10 15:00:49 espie Exp $
COMMENT= "Advanced Intrusion Detection Environment"
V= 0.7
DISTNAME= aide-${V}
CATEGORIES= security
NEED_VERSION= 1.489
MAINTAINER= David Lebel <lebel@openbsd.org>
BUILD_DEPENDS= ::devel/bison \
::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>