mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
31 lines
635 B
Makefile
31 lines
635 B
Makefile
# Created by: Janos Mohacsi <janos.mohacsi@bsd.hu>
|
|
|
|
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>
|