# $NetBSD: Makefile,v 1.12 2003/03/25 10:51:13 wiz Exp $ DISTNAME= libpcap-0.7.2 SVR4_PKGNAME= lpcap 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 GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison BUILD_DEPENDS+= flex-[0-9]*:../../devel/flex . if exists(/usr/include/netinet/ip6.h) CONFIGURE_ARGS+= --enable-ipv6 . endif .endif .include "../../mk/bsd.pkg.mk"