2004-02-02 00:40:35 +01:00
|
|
|
# New ports collection makefile for: 4g8
|
2004-01-25 11:57:00 +01:00
|
|
|
# Date created: 25.01.2004
|
|
|
|
# Whom: krion
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2004-02-02 00:40:35 +01:00
|
|
|
PORTNAME= 4g8
|
2004-04-14 11:57:28 +02:00
|
|
|
PORTVERSION= 1.0
|
2004-01-25 11:57:00 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://forgate.sourceforge.net/downloads/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= krion@FreeBSD.org
|
2004-02-02 00:46:36 +01:00
|
|
|
COMMENT= 4g8 is a tool that allows you to capture traffic
|
2004-01-25 11:57:00 +01:00
|
|
|
|
|
|
|
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"
|
|
|
|
|
2004-02-02 00:40:35 +01:00
|
|
|
PLIST_FILES= sbin/4g8
|
2004-01-25 11:57:00 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|