1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/libtrace/Makefile
Martin Wilke f30ad1e548 libtrace is a library for trace processing. It supports multiple input methods,
including device capture, raw and gz-compressed trace, and sockets; and mulitple
input formats, including pcap and DAG.

WWW: http://research.wand.net.nz/software/libtrace.php

PR:		ports/117036
Submitted by:	Matt Peterson <matt at peterson.org>
2007-10-09 09:22:06 +00:00

36 lines
932 B
Makefile

# New ports collection makefile for: libtrace
# Date created: Mon Oct 8 20:32:57 PDT 2007
# Whom: Matt Peterson <matt@peterson.org>
#
# $FreeBSD$
#
PORTNAME= libtrace
PORTVERSION= 3.0.3
CATEGORIES= net
MASTER_SITES= http://research.wand.net.nz/software/libtrace/ \
http://matt.peterson.org/FreeBSD/ports/
MAINTAINER= matt@peterson.org
COMMENT= C library for network device, raw & compressed network flows
CONFIGURE_ARGS= --with-libpcap=${LOCALBASE}
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GMAKE= yes
MAN1= traceanon.1 tracemerge.1 tracesplit.1 tracefilter.1 traceconvert.1 \
tracesplit_dir.1 tracepktdump.1 tracertstats.1 tracestats.1 \
tracesummary.1 tracereport.1 traceflow.1
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
${WRKSRC}/configure
.include <bsd.port.mk>