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
|
2006-12-15 10:58:44 +01:00
|
|
|
PORTVERSION= 0.9.8
|
2010-12-02 18:00:44 +01:00
|
|
|
PORTREVISION= 2
|
2004-11-12 22:06:11 +01:00
|
|
|
CATEGORIES= net-mgmt ipv6
|
|
|
|
MASTER_SITES= http://www2.mindrot.org/files/softflowd/
|
|
|
|
|
2013-01-09 20:50:06 +01:00
|
|
|
MAINTAINER= jmohacsi@bsd.hu
|
2004-11-12 22:06:11 +01:00
|
|
|
COMMENT= Softflowd is flow-based network traffic analyser with export
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-05-26 17:01:39 +02:00
|
|
|
USES= gmake
|
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
|
2010-11-25 15:58:33 +01:00
|
|
|
USE_RC_SUBR= softflowd
|
2004-11-12 22:06:11 +01:00
|
|
|
|
2014-07-04 23:53:52 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2004-11-12 22:06:11 +01:00
|
|
|
post-install:
|
2014-06-20 18:13:03 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
2004-11-12 22:06:11 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|