23 lines
542 B
Makefile
23 lines
542 B
Makefile
# $NetBSD: Makefile,v 1.29 2010/01/17 12:02:35 wiz Exp $
|
|
|
|
DISTNAME= tcpdump-4.0.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.tcpdump.org/release/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.tcpdump.org/
|
|
COMMENT= Network monitoring tool
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "options.mk"
|
|
|
|
# not strictly needed
|
|
BUILDLINK_API_DEPENDS.libpcap+= libpcap>=0.9.3
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|