diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-02 04:29:14 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-02 04:29:14 +0800 |
commit | 9b6a2dee1f5f6463db0a698b11356690d96959b3 (patch) | |
tree | fb444b9884e283766ba4e9fb2ecb6ff98754e66a /security/pktsuckers/Makefile | |
parent | 9f5db6fce7747a12ae2fc11cf32b0bfc4c573efb (diff) | |
download | freebsd-ports-gnome-9b6a2dee1f5f6463db0a698b11356690d96959b3.tar.gz freebsd-ports-gnome-9b6a2dee1f5f6463db0a698b11356690d96959b3.tar.zst freebsd-ports-gnome-9b6a2dee1f5f6463db0a698b11356690d96959b3.zip |
Log the contents of unwanted tcp and udp connections.
PR: 11973
Submitted by: Warren Toomey
Diffstat (limited to 'security/pktsuckers/Makefile')
-rw-r--r-- | security/pktsuckers/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/security/pktsuckers/Makefile b/security/pktsuckers/Makefile new file mode 100644 index 000000000000..aca20bea386b --- /dev/null +++ b/security/pktsuckers/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: pktsuckers +# Version required: 1.2 +# Date created: 31 May 1999 +# Whom: Warren Toomey <wkt@cs.adfa.edu.au> +# +# $Id$ +# + +DISTNAME= pktsuckers1_2 +PKGNAME= pktsuckers-1.2 +CATEGORIES= security net +MASTER_SITES= ftp://minnie.cs.adfa.edu.au/pub/NetSecurity/ + +MAINTAINER= wkt@cs.adfa.edu.au + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/tcpsuck ${PREFIX}/libexec + ${INSTALL_PROGRAM} ${WRKSRC}/udpsuck ${PREFIX}/libexec + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> |