freebsd-ports/security/pktsuckers/Makefile
Frederic Culot 9c69bf7580 - Update MASTER_SITES
- Undeprecate (distfile fetchable again)

PR:		ports/160144
Submitted by:	Kato Tsuguru <tkato432@yahoo.com>
2011-08-25 14:42:00 +00:00

22 lines
545 B
Makefile

# New ports collection makefile for: pktsuckers
# Date created: 31 May 1999
# Whom: Warren Toomey <wkt@cs.adfa.edu.au>
#
# $FreeBSD$
#
PORTNAME= pktsuckers
PORTVERSION= 1.2
CATEGORIES= security
MASTER_SITES= ftp://minnie.tuhs.org/pub/NetSecurity/
DISTNAME= ${PORTNAME}1_2
MAINTAINER= ports@FreeBSD.org
COMMENT= Log contents of unwanted UDP packets and TCP connections
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcpsuck ${PREFIX}/libexec
${INSTALL_PROGRAM} ${WRKSRC}/udpsuck ${PREFIX}/libexec
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>