812398e8de
---------------------------------- Tuesday April 14, 2015 guy at alum.mit.edu Summary for 4.8.0 tcpdump release Fix "-x" for Apple PKTAP and PPI packets
19 lines
481 B
Makefile
19 lines
481 B
Makefile
# $NetBSD: Makefile,v 1.42 2016/08/14 10:24:44 mef Exp $
|
|
|
|
DISTNAME= tcpdump-4.8.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.tcpdump.org/release/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.tcpdump.org/
|
|
COMMENT= Network monitoring tool
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS.Darwin+= --disable-universal
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|