mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
8175c22099
PR: 98308 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: maintainer
27 lines
540 B
Makefile
27 lines
540 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.9
|
|
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
|
|
|
|
post-install:
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|