pkgsrc/net/libpcap/Makefile
drochner fa0f29757f import from the NetBSD tree: use the cloning /dev/bpf on NetBSD
if _PATH_BPF is defined
bump PKGREVISION
2006-02-24 22:53:41 +00:00

30 lines
711 B
Makefile

# $NetBSD: Makefile,v 1.33 2006/02/24 22:53:41 drochner Exp $
DISTNAME= libpcap-0.9.4
PKGREVISION= 1
SVR4_PKGNAME= lpcap
CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/release/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.tcpdump.org/
COMMENT= System-independent interface for user-level packet capture
NOT_FOR_PLATFORM+= Interix-*-* # no raw interface access
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
USE_TOOLS+= bison gm4 lex
USE_LIBTOOL= yes
.include "../../mk/bsd.prefs.mk"
.if exists(/usr/include/netinet/ip6.h)
CONFIGURE_ARGS+= --enable-ipv6
.endif
post-install:
${INSTALL_DATA} ${WRKSRC}/pcap-int.h ${PREFIX}/include
.include "../../mk/bsd.pkg.mk"