31 lines
791 B
Makefile
31 lines
791 B
Makefile
# $OpenBSD: Makefile,v 1.3 2001/07/25 05:43:49 jsyn Exp $
|
|
|
|
COMMENT= "remote promiscous mode detection tool"
|
|
|
|
DISTNAME= sentinel-0.8
|
|
CATEGORIES= security net
|
|
NEED_VERSION= 1.425
|
|
|
|
HOMEPAGE= http://www.packetfactory.net/Projects/sentinel/
|
|
|
|
MAINTAINER= Jason Peel <jsyn@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.packetfactory.net/Projects/sentinel/ \
|
|
http://www.packetstormsecurity.org/UNIX/IDS/sentinel/
|
|
|
|
LIB_DEPENDS= net::net/libnet
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sentinel
|
|
${INSTALL_DATA} ${WRKSRC}/Changelog ${PREFIX}/share/doc/sentinel
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sentinel
|
|
|
|
.include <bsd.port.mk>
|