mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
235a6fa0b9
PR: 97811 Submitted by: Martin Wilke <freebsd___unixfreunde.de>
24 lines
580 B
Makefile
24 lines
580 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= 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>
|