Add port for FreeBSd

This commit is contained in:
Pavel Odintsov 2015-03-23 19:53:55 +03:00
parent f44f0cc4e9
commit d7c2ce25d5
3 changed files with 40 additions and 0 deletions

33
src/FreeBSD_port/Makefile Normal file
View File

@ -0,0 +1,33 @@
# $FreeBSD$
# Created by: Pavel Odintsov pavel.odintsov@gmail.com
# For fast install use pkg for boost: pkg install -y boost-all
PORTNAME= fastnetmon
# production
#PORTVERSION= 1.1.1
# Testing
PORTVERSION= master
CATEGORIES= net-mgmt
# Testing
MASTER_SITES= https://github.com/FastVPSEestiOu/fastnetmon/archive/
DISTFILES= master.zip
# Production
#MASTER_SITES= https://github.com/FastVPSEestiOu/fastnetmon/archive/
#DISTFILES= v1.1.1.tar.gz
MAINTAINER= Pavel Odintsov pavel.odintsov@gmail.com
COMMENT= Very fast DDoS analyzer with sFlow/NetFLow/IPFIX/SPAN/mirror support
USES= cmake
CMAKE_SOURCE_PATH= ${WRKSRC}/src
LIB_DEPENDS= liblog4cpp.so:${PORTSDIR}/devel/log4cpp libboost_regex.so:${PORTSDIR}/devel/boost-all
# distsum generated by call: make makesum
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
FastNetMon - A high performance DoS/DDoS load analyzer built on top of multiple packet capture engines (NetFlow, IPFIX, sFLOW, netmap, PF_RING, PCAP).
Author: Pavel Odintsov pavel.odintsov@gmail.com
Company: FastVPS Eesti OU http://fastvps.host
Site: https://github.com/FastVPSEestiOu/fastnetmon

View File

@ -0,0 +1,2 @@
bin/fastnetmon
bin/fastnetmon_client