71cb7734cb
(also tested on 4.x/5.x without flow-tools).
28 lines
717 B
Makefile
28 lines
717 B
Makefile
# New ports collection makefile for: p5-Cflow
|
|
# Date created: Di 13 Mär 2001 19:37:25 CET
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Cflow
|
|
PORTVERSION= 1.051
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= http://net.doit.wisc.edu/~plonka/Cflow/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Analyze raw flow files written by cflowd (Cisco NetFlow data)
|
|
|
|
.if exists(${PREFIX}/include/ftlib.h) && exists(${PREFIX}/lib/libft.a)
|
|
CFLAGS+= -I${PREFIX}/include -DOSU
|
|
CONFIGURE_ARGS+= \
|
|
"LDDLFLAGS= -shared -L${PREFIX}/lib -lft" \
|
|
"INC= -I${PREFIX}/include" "LDLOADLIBS= -L${PREFIX}/lib -lft"
|
|
.endif
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN1= flowdumper.1
|
|
MAN3= Cflow.3
|
|
|
|
.include <bsd.port.mk>
|