View | Details | Raw Unified | Return to bug 197190
Collapse All | Expand All

(-)/usr/ports/net-mgmt/nfdump/Makefile (-1 / +9 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	nfdump
4
PORTNAME=	nfdump
5
PORTVERSION=	1.6.13
5
PORTVERSION=	1.6.13
6
PORTREVISION=	1
6
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
7
MASTER_SITES=	SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION}
8
9
Lines 21-27 Link Here
21
22
22
#flow-tools support
23
#flow-tools support
23
OPTIONS_DEFINE=		DOCS FT2NFDUMP NFPROFILE FIXTIMEBUG READPCAP NFTRACK \
24
OPTIONS_DEFINE=		DOCS FT2NFDUMP NFPROFILE FIXTIMEBUG READPCAP NFTRACK \
24
			SFLOW NFDUMP15
25
			SFLOW NFDUMP15 NSEL
25
OPTIONS_DEFAULT=	NFPROFILE
26
OPTIONS_DEFAULT=	NFPROFILE
26
27
27
FT2NFDUMP_DESC=		With Flow-tools to nfdump converter
28
FT2NFDUMP_DESC=		With Flow-tools to nfdump converter
Lines 31-36 Link Here
31
NFTRACK_DESC=		With PortTracker support
32
NFTRACK_DESC=		With PortTracker support
32
SFLOW_DESC=		Build sflow collector daemon also
33
SFLOW_DESC=		Build sflow collector daemon also
33
NFDUMP15_DESC=		Enable compatibility with version 1.5
34
NFDUMP15_DESC=		Enable compatibility with version 1.5
35
NSEL_DESC=		Read and process ASA/NSEL/NEL event data
34
36
35
post-patch:
37
post-patch:
36
	@${REINPLACE_CMD} 's|-ggdb||' ${WRKSRC}/bin/Makefile.in
38
	@${REINPLACE_CMD} 's|-ggdb||' ${WRKSRC}/bin/Makefile.in
Lines 45-50 Link Here
45
CONFIGURE_ARGS+=	--disable-compat15
47
CONFIGURE_ARGS+=	--disable-compat15
46
.endif
48
.endif
47
49
50
.if ${PORT_OPTIONS:MNSEL}
51
CONFIGURE_ARGS+=	--enable-nsel
52
.else
53
CONFIGURE_ARGS+=	--disable-nsel
54
.endif
55
48
PLIST_FILES=	bin/nfanon bin/nfcapd bin/nfdump bin/nfexpire bin/nfreplay \
56
PLIST_FILES=	bin/nfanon bin/nfcapd bin/nfdump bin/nfexpire bin/nfreplay \
49
		man/man1/nfanon.1.gz man/man1/nfcapd.1.gz man/man1/nfdump.1.gz \
57
		man/man1/nfanon.1.gz man/man1/nfcapd.1.gz man/man1/nfdump.1.gz \
50
		man/man1/nfexpire.1.gz man/man1/nfreplay.1.gz
58
		man/man1/nfexpire.1.gz man/man1/nfreplay.1.gz

Return to bug 197190