blob: 8d0822d5d03c65e945ca92b110714fff92c0110d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Janos Mohacsi <janos.mohacsi@bsd.hu>
# $FreeBSD$
PORTNAME= softflowd
PORTVERSION= 0.9.8
PORTREVISION= 2
CATEGORIES= net-mgmt ipv6
MASTER_SITES= http://www2.mindrot.org/files/softflowd/
MAINTAINER= jmohacsi@bsd.hu
COMMENT= Softflowd is flow-based network traffic analyser with export
GNU_CONFIGURE= yes
USES= gmake
PLIST_FILES= sbin/softflowd sbin/softflowctl
MAN8= softflowd.8 softflowctl.8
PORTDOCS= README
USE_RC_SUBR= softflowd
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>
|