27 lines
629 B
Makefile
27 lines
629 B
Makefile
# 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>
|