freebsd-ports/security/gag/Makefile
David E. O'Brien 0a86fb398a "gag" is a program to scan for "stacheldraht" agents, which are part
of an active "stacheldraht" network.  It will not detect trinoo,
the original Tribe Flood Network (TFN), or TFN2K agents.
2000-02-14 01:52:02 +00:00

28 lines
570 B
Makefile

# ex:ts=8
# Ports collection makefile for: gag
# Version required: 2.9
# Date created: Sun Feb 12, 2000
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
DISTNAME= sickenscan
PKGNAME= gag-2.9
CATEGORIES= security
MASTER_SITES= http://staff.washington.edu/dittrich/misc/
EXTRACT_SUFX= .tar
MAINTAINER= obrien@FreeBSD.org
ALL_TARGET= gag
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/gag ${PREFIX}/sbin
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/gag
@${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gag
.endif
.include <bsd.port.mk>