forked from Lainports/freebsd-ports
traffic from a third party in a switched environment at the expense of a slight increase in latency to that third party host. Utilizing ARP cache poisoning, packet capture, and packet reconstruction techniques, it works with nearly all TCP, ICMP, and UDP IPv4 traffic flows.
26 lines
615 B
Makefile
26 lines
615 B
Makefile
# New ports collection makefile for: forgate
|
|
# Date created: 25.01.2004
|
|
# Whom: krion
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= forgate
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://forgate.sourceforge.net/downloads/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= krion@FreeBSD.org
|
|
COMMENT= Forgate is a tool that allows you to capture traffic
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
PLIST_FILES= sbin/forgate
|
|
|
|
.include <bsd.port.mk>
|