Lines 1-9
Link Here
|
1 |
# New ports collection makefile for: p5-Cflow |
1 |
# Created by: Andreas Klemm <andreas@klemm.gtn.com> |
2 |
# Date created: Di 13 Mär 2001 19:37:25 CET |
2 |
# $FreeBSD$ |
3 |
# Whom: Andreas Klemm <andreas@klemm.gtn.com> |
|
|
4 |
# |
5 |
# $FreeBSD: ports/net-mgmt/p5-Cflow/Makefile,v 1.18 2012/11/17 06:00:35 svnexp Exp $ |
6 |
# |
7 |
|
3 |
|
8 |
PORTNAME= Cflow |
4 |
PORTNAME= Cflow |
9 |
PORTVERSION= 1.053 |
5 |
PORTVERSION= 1.053 |
Lines 16-26
Link Here
|
16 |
MAINTAINER= fw@moov.de |
12 |
MAINTAINER= fw@moov.de |
17 |
COMMENT= Analyze raw flow files written by cflowd (Cisco NetFlow data) |
13 |
COMMENT= Analyze raw flow files written by cflowd (Cisco NetFlow data) |
18 |
|
14 |
|
19 |
OPTIONS= FLOW_TOOLS "Enable flow-tools support" off |
15 |
OPTIONS_DEFINE= FLOW_TOOLS |
|
|
16 |
FLOW_TOOLS_DESC= Enable flow-tools support |
20 |
|
17 |
|
21 |
.include <bsd.port.pre.mk> |
18 |
.include <bsd.port.pre.mk> |
22 |
|
19 |
|
23 |
.if defined(WITH_FLOW_TOOLS) |
20 |
.if ${PORT_OPTIONS:MFLOW_TOOLS} |
24 |
BUILD_DEPENDS+= ${LOCALBASE}/lib/libft.a:${PORTSDIR}/net-mgmt/flow-tools |
21 |
BUILD_DEPENDS+= ${LOCALBASE}/lib/libft.a:${PORTSDIR}/net-mgmt/flow-tools |
25 |
RUN_DEPENDS+= ${LOCALBASE}/lib/libft.a:${PORTSDIR}/net-mgmt/flow-tools |
22 |
RUN_DEPENDS+= ${LOCALBASE}/lib/libft.a:${PORTSDIR}/net-mgmt/flow-tools |