# New ports collection makefile for:	pktsuckers
# Date created:		31 May 1999
# Whom:			Warren Toomey <wkt@cs.adfa.edu.au>
#
# $FreeBSD: ports/security/pktsuckers/Makefile,v 1.9 2006/05/25 01:58:01 mnag Exp $
#

PORTNAME=	pktsuckers
PORTVERSION=	1.2
CATEGORIES=	security
MASTER_SITES=	http://mirror2.unixfreunde.de/ \
		http://freebsd.unixfreunde.de/sources/
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>
