aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/softflowd/Makefile
blob: 01b872cc49f96a2a03048bbff5b5322317e425d6 (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 \
        man/man8/softflowd.8.gz \
        man/man8/softflowctl.8.gz
PORTDOCS=   README
USE_RC_SUBR=    softflowd

OPTIONS_DEFINE= DOCS

post-install:
    ${MKDIR} ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>