opnsense-ports/net-mgmt/softflowd/Makefile
Franco Fichtner 81767f1daa */*: sync with upstream
Taken from: HardenedBSD
2018-03-24 09:42:06 +01:00

36 lines
713 B
Makefile

# Created by: Janos Mohacsi <janos.mohacsi@bsd.hu>
# $FreeBSD$
PORTNAME= softflowd
PORTVERSION= 0.9.9
PORTREVISION= 1
CATEGORIES= net-mgmt ipv6
MAINTAINER= jmohacsi@bsd.hu
COMMENT= Flow-based network traffic analyzer and exporter
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= irino
GH_PROJECT= softflowd
GH_TAGNAME= 3aa2af5
USES= gmake autoreconf
GNU_CONFIGURE= yes
USE_RC_SUBR= ${PORTNAME}
USE_HARDENING= cfi safestack
PLIST_FILES= sbin/softflowd sbin/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>