2004-01-12 19:50:59 +00:00
|
|
|
# New ports collection makefile for: ipsumdump
|
|
|
|
# Date created: 12.01.2004
|
|
|
|
# Whom: krion@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ipsumdump
|
2005-06-07 22:04:26 +00:00
|
|
|
PORTVERSION= 1.55
|
2004-01-12 19:50:59 +00:00
|
|
|
CATEGORIES= net
|
2004-10-12 14:30:52 +00:00
|
|
|
MASTER_SITES= http://www.cs.ucla.edu/~kohler/ipsumdump/
|
2004-01-12 19:50:59 +00:00
|
|
|
|
|
|
|
MAINTAINER= krion@FreeBSD.org
|
|
|
|
COMMENT= Produce ASCII summary of network traffic or tcpdump(1) file
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-01-12 19:50:59 +00:00
|
|
|
USE_PERL5_BUILD=yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
|
2004-03-20 18:00:04 +00:00
|
|
|
PORTDOCS= README
|
2005-06-07 22:04:26 +00:00
|
|
|
PLIST_FILES= bin/ipaggcreate bin/ipsumdump
|
2004-03-20 18:00:04 +00:00
|
|
|
|
2004-01-12 19:50:59 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for i in README
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|