freebsd-ports/net/ipgrab/Makefile

27 lines
540 B
Makefile
Raw Normal View History

# 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>