mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
d79f9d77f6
on each packet it reads, including application layer fields. WWW: http://ipgrab.sourceforge.net/ PR: ports/61799 Submitted by: Aaron Zauner <az_mail@gmx.at>
23 lines
459 B
Makefile
23 lines
459 B
Makefile
# New ports collection makefile for: ipgrab
|
|
# Date created: 23. January 2004
|
|
# Whom: Aaron Zauner <az_mail@gmx.at>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ipgrab
|
|
PORTVERSION= 0.9.8
|
|
CATEGORIES= net security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= az_mail@gmx.at
|
|
COMMENT= IPgrab is a verbose packet sniffer for UNIX hosts
|
|
|
|
GNU_CONFIGURE= yes
|
|
INFO= ipgrab
|
|
PLIST_FILES= bin/ipgrab
|
|
PORTDOCS= README
|
|
|
|
.include <bsd.port.mk>
|