freebsd-ports/net/libpcap/Makefile
Bruce M Simpson dd87736a49 Add a port of libpcap 0.8.1. Some work is being done around tcpdump and
libpcap right now, in the areas of wireless and mesh networking. Import
this port so as not to disturb the vendor branch, and bring the bleeding
edge stuff to a wider audience.

Sponsored by:	consume.net
2003-12-10 18:32:12 +00:00

33 lines
655 B
Makefile

# New ports collection makefile for: libpcap
# Date created: 10 December 2003
# Whom: Bruce M Simpson <bms@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libpcap
PORTVERSION= 0.8.1
CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/beta/
DISTNAME= ${PORTNAME}-${PORTVERSION}-316
MAINTAINER= bms@FreeBSD.org
COMMENT= Ubiquitous network traffic capture library
BUILD_DEPENDS= ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN3= pcap.3
GNU_CONFIGURE= yes
.if !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.endif
.if !defined(WITH_DAG)
CONFIGURE_ARGS+= --without-dag
.endif
.include <bsd.port.mk>