aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/softflowd/Makefile
blob: e27e3ee4b195d5930d7e9f9f2c84746e71912134 (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
28
PORTNAME=	softflowd
PORTVERSION=	1.0.0
DISTVERSIONPREFIX=	softflowd-
CATEGORIES=	net-mgmt

MAINTAINER=	jmohacsi@bsd.hu
COMMENT=	Flow-based network traffic analyzer and exporter

LICENSE=	BSD2CLAUSE

USES=		gmake autoreconf
GNU_CONFIGURE=	yes
USE_GITHUB=	yes
GH_ACCOUNT=	irino
USE_RC_SUBR=	${PORTNAME}

PLIST_FILES=	bin/softflowd bin/softflowctl \
		man/man8/softflowd.8.gz \
		man/man8/softflowctl.8.gz
PORTDOCS=	README

OPTIONS_DEFINE=	DOCS

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

.include <bsd.port.mk>