summaryrefslogtreecommitdiff
path: root/net/libpcap/Makefile
blob: 51e5fa9ff7f24e91c54082e7a58f68f72f3f6447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.6 2001/02/17 18:19:04 wiz Exp $

DISTNAME=		libpcap-0.6.1
CATEGORIES=		net
MASTER_SITES= 		http://www.tcpdump.org/release/

MAINTAINER=		tron@netbsd.org
HOMEPAGE=		http://www.tcpdump.org/
COMMENT=		System-independent interface for user-level packet capture

BUILD_DEPENDS+=		bison:../../devel/bison
BUILD_DEPENDS+=		flex:../../devel/flex

ONLY_FOR_PLATFORM=	SunOS-*-*	# in NetBSD base system

GNU_CONFIGURE=		yes

.include "../../mk/bsd.pkg.mk"