aboutsummaryrefslogtreecommitdiffstats
path: root/net/4g8/Makefile
blob: 80b3f1e3c3314532d497e9e475af28990f361eaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    4g8
# Date created:             25.01.2004
# Whom:                 krion
#
# $FreeBSD$
#

PORTNAME=   4g8
PORTVERSION=    1.0
CATEGORIES= net
MASTER_SITES=   http://forgate.sourceforge.net/downloads/
EXTRACT_SUFX=   .tgz

MAINTAINER= krion@FreeBSD.org
COMMENT=    4g8 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=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

PLIST_FILES=    sbin/4g8

.include <bsd.port.mk>