aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipsumdump/Makefile
blob: 3c38d0244a33b8fc5b7cb981569e0d200e5ef00a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    ipsumdump
# Date created:             12.01.2004
# Whom:                 krion@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   ipsumdump
PORTVERSION=    1.54
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>