aboutsummaryrefslogtreecommitdiff
path: root/net/libtrace/Makefile
blob: 85ba335792d89e10563b3be7c8c794a5d99f72f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Matt Peterson <matt@peterson.org>

PORTNAME=	libtrace
PORTVERSION=	3.0.19
PORTREVISION=	2
CATEGORIES=	net
MASTER_SITES=	http://research.wand.net.nz/software/libtrace/

MAINTAINER=	matt@peterson.org
COMMENT=	C library for network packet capture and processing

LIB_DEPENDS=	libpcap.so.1:net/libpcap

CONFIGURE_ARGS=	--with-libpcap=${LOCALBASE} \
		libtrace_doxygen=false

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
USES=		gmake libtool ncurses
LDFLAGS+=	-L${LOCALBASE}/lib

.include <bsd.port.mk>