freebsd-ports/security/pktsuckers/Makefile

24 lines
580 B
Makefile
Raw Normal View History

# New ports collection makefile for: pktsuckers
# Date created: 31 May 1999
# Whom: Warren Toomey <wkt@cs.adfa.edu.au>
#
1999-08-31 03:53:22 +02:00
# $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
2003-02-21 14:28:59 +01:00
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>