1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net/ipsumdump/Makefile
Kirill Ponomarev 4f27c9c3ab Update to 1.48
Fix handling of extra length annotations. If the IP length is
available, use that (not extra length), except for packets that
represent flows.
2005-01-14 08:34:53 +00:00

35 lines
681 B
Makefile

# New ports collection makefile for: ipsumdump
# Date created: 12.01.2004
# Whom: krion@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= ipsumdump
PORTVERSION= 1.48
CATEGORIES= net
MASTER_SITES= http://www.cs.ucla.edu/~kohler/ipsumdump/
MAINTAINER= krion@FreeBSD.org
COMMENT= Produce ASCII summary of network traffic or tcpdump(1) file
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_PERL5_BUILD=yes
USE_GMAKE= yes
MAN1= ${PORTNAME}.1
PORTDOCS= README
PLIST_FILES= bin/ipsumdump
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>