summaryrefslogtreecommitdiff
path: root/net/libpcap/Makefile
blob: a347fa1f4f4954048e9453a72bfb0d7fcca57ef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.7 2001/03/27 03:20:11 hubertf 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"