4cb8e70952
Sentry is part of the Abacus Project suite of security tools. It is a program designed to detect and respond to port scans against a target host in real-time. There are other port scan detectors that peform similar detection of scans,but the Sentry has some unique features that may make it worth looking into. PR: ports/5475 Submitted by: chris@still.whet.org
19 lines
340 B
Makefile
19 lines
340 B
Makefile
# Ports collection makefile for: sentry
|
|
# Version required: 0.61
|
|
# Date created: 3 January 1998
|
|
# Whom: chris@still.whet.org
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= sentry-0.61
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.psionic.com/tools/sentry/
|
|
|
|
MAINTAINER= chris@still.whet.org
|
|
|
|
WRKSRC= ${WRKDIR}/sentry_beta
|
|
ALL_TARGET= bsd
|
|
|
|
.include <bsd.port.mk>
|