blob: 58c294760d391d28190187e9b448fddfa1b51f59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|