pkgsrc/net/tcpdump/Makefile
2003-11-12 03:39:39 +00:00

22 lines
511 B
Makefile

# $NetBSD: Makefile,v 1.8 2003/11/12 03:39:42 jschauma Exp $
DISTNAME= tcpdump-3.7.2
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/release/
MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://www.tcpdump.org/
COMMENT= Network monitoring tool
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
.if exists(/usr/include/netinet/ip6.h)
CONFIGURE_ARGS+= --enable-ipv6
.endif
.include "../../net/libpcap/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"