diff options
author | obrien <obrien@FreeBSD.org> | 2000-02-14 01:52:02 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-02-14 01:52:02 +0000 |
commit | 4f62da2f3fbb426d4e0e7551b167adcc815bb8c6 (patch) | |
tree | d518ba1de14eff192a9a2d519d69e1865d86a014 /security/gag/Makefile | |
parent | c72b267675187c0cddaab1e3bd0b5671cabf7025 (diff) | |
download | FreeBSD-ports-4f62da2f3fbb426d4e0e7551b167adcc815bb8c6.zip FreeBSD-ports-4f62da2f3fbb426d4e0e7551b167adcc815bb8c6.tar.gz |
"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.
Diffstat (limited to 'security/gag/Makefile')
-rw-r--r-- | security/gag/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/gag/Makefile b/security/gag/Makefile new file mode 100644 index 0000000..837cae1 --- /dev/null +++ b/security/gag/Makefile @@ -0,0 +1,27 @@ +# 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> |