diff options
author | stefan <stefan@FreeBSD.org> | 2010-06-30 22:52:23 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2010-06-30 22:52:23 +0800 |
commit | dca4d1c0e2b4761655d566314364a30f77109e5b (patch) | |
tree | 9395842c74642a6dca9d1448706a32c8aea485e3 /net-mgmt | |
parent | 3f4b9ad7c149e3777d0d916fbd88a4ce4e429b3e (diff) | |
download | freebsd-ports-gnome-dca4d1c0e2b4761655d566314364a30f77109e5b.tar.gz freebsd-ports-gnome-dca4d1c0e2b4761655d566314364a30f77109e5b.tar.zst freebsd-ports-gnome-dca4d1c0e2b4761655d566314364a30f77109e5b.zip |
- Add OPTIONS support.
- Assign maintainership to submitter.
PR: 146146
Submitted by: Frank Wall <fw@moov.de>
Feature safe: yes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p5-Cflow/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net-mgmt/p5-Cflow/Makefile b/net-mgmt/p5-Cflow/Makefile index f033c2f840f6..ac4b6976d037 100644 --- a/net-mgmt/p5-Cflow/Makefile +++ b/net-mgmt/p5-Cflow/Makefile @@ -13,11 +13,15 @@ MASTER_SITES= http://net.doit.wisc.edu/~plonka/Cflow/ \ http://net.doit.wisc.edu/~plonka/Cflow/old/ PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fw@moov.de COMMENT= Analyze raw flow files written by cflowd (Cisco NetFlow data) +OPTIONS= FLOW_TOOLS "Enable flow-tools support" off + +.include <bsd.port.pre.mk> + .if defined(WITH_FLOW_TOOLS) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libft.a:${PORTSDIR}/net-mgmt/flow-tools +BUILD_DEPENDS+= ${LOCALBASE}/lib/libft.a:${PORTSDIR}/net-mgmt/flow-tools RUN_DEPENDS+= ${LOCALBASE}/lib/libft.a:${PORTSDIR}/net-mgmt/flow-tools CFLAGS+= -I${LOCALBASE}/include -DOSU @@ -30,4 +34,4 @@ PERL_CONFIGURE= YES MAN1= flowdumper.1 MAN3= Cflow.3 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |