pkgsrc-wip/libpcap-latest/Makefile
Peter Postma 771cf1d28f From net/libpcap/Makefile:
Add m4 as a required GNU tool to fix current build problems.
2004-10-26 23:13:52 +00:00

27 lines
639 B
Makefile

# $NetBSD: Makefile,v 1.9 2004/10/26 23:13:52 ppostma Exp $
DISTNAME= libpcap-0.8.3
SVR4_PKGNAME= lpcap
CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/release/
MAINTAINER= imil@gcu.info
HOMEPAGE= http://www.tcpdump.org/
COMMENT= System-independent interface for user-level packet capture
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= lex yacc m4
USE_LIBTOOL= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
. if exists(/usr/include/netinet/ip6.h)
CONFIGURE_ARGS+= --enable-ipv6
. endif
.endif
.include "../../mk/bsd.pkg.mk"