blob: 3bef10527a8512e03404cd495fd2e3fc51320a9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.13 2005/01/25 18:55:43 reed Exp $
DISTNAME= tcpdump-3.8.3
CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/release/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.tcpdump.org/
COMMENT= Network monitoring tool
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
.if exists(/usr/include/netinet/ip6.h)
CONFIGURE_ARGS+= --enable-ipv6
.endif
.include "../../net/libpcap/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|