2013-01-09 20:50:06 +01:00
|
|
|
# Created by: Janos Mohacsi <janos.mohacsi@bsd.hu>
|
2004-11-12 22:06:11 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= softflowd
|
2017-03-21 22:08:41 +01:00
|
|
|
PORTVERSION= 0.9.9
|
2017-06-03 20:41:02 +02:00
|
|
|
PORTREVISION= 1
|
2004-11-12 22:06:11 +01:00
|
|
|
CATEGORIES= net-mgmt ipv6
|
|
|
|
|
2013-01-09 20:50:06 +01:00
|
|
|
MAINTAINER= jmohacsi@bsd.hu
|
2017-03-21 22:08:41 +01:00
|
|
|
COMMENT= Flow-based network traffic analyzer and exporter
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
2004-11-12 22:06:11 +01:00
|
|
|
|
2017-06-03 20:41:02 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= irino
|
|
|
|
GH_PROJECT= softflowd
|
|
|
|
GH_TAGNAME= 3aa2af5
|
|
|
|
|
|
|
|
USES= gmake autoreconf
|
2017-03-21 22:08:41 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
|
2014-06-20 18:13:03 +02:00
|
|
|
PLIST_FILES= sbin/softflowd sbin/softflowctl \
|
|
|
|
man/man8/softflowd.8.gz \
|
|
|
|
man/man8/softflowctl.8.gz
|
2004-11-12 22:06:11 +01:00
|
|
|
PORTDOCS= README
|
|
|
|
|
2014-07-04 23:53:52 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2017-03-21 22:08:41 +01:00
|
|
|
post-install-DOCS-on:
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2014-06-20 18:13:03 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
2004-11-12 22:06:11 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|