mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
support for flow-tools data format
PR: 65064 Submitted by: Viktor Fomichev <vfom@sicex.ru>
This commit is contained in:
parent
46e991cb54
commit
1b40ea0bb6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107405
@ -14,6 +14,12 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Analyze raw flow files written by cflowd (Cisco NetFlow data)
|
||||
|
||||
.if exists(/usr/local/include/ftlib.h) && exists(/usr/local/lib/libft.a)
|
||||
CFLAGS+= -I${PREFIX}/include -DOSU
|
||||
CONFIGURE_ARGS+= \
|
||||
"LDDLFLAGS= -Wl,-E -shared -lperl -lm -L${PREFIX}/lib -lft -lz" \
|
||||
"INC= -I${PREFIX}/include" "LDLOADLIBS= -L${PREFIX}/lib -lft -lz"
|
||||
.endif
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN1= flowdumper.1
|
||||
|
Loading…
Reference in New Issue
Block a user