1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net/ndpi/Makefile
Sunpoet Po-Chuan Hsieh 65500ed125 - Add ndpi 1.4.0
- While I'm here:
  - Use PORTVERSION
  - Use USES=pathfix
  - Use PLIST_SUB
  - Update WWW

nDPI is a ntop-maintained superset of the popular OpenDPI library. Its goal is
to extend the original library by adding new protocols that are otherwise
available only on the paid version of OpenDPI. Furthermore, we have modified
nDPI do be more suitable for traffic monitoring applications, by disabling
specific features that slow down the DPI engine while being them un-necessary
for network traffic monitoring.

WWW: http://www.ntop.org/products/ndpi/

PR:		ports/184209
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2013-12-02 08:02:31 +00:00

23 lines
451 B
Makefile

# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
# $FreeBSD$
PORTNAME= ndpi
PORTVERSION= 1.4.0
CATEGORIES= net
MASTER_SITES= SF/ntop/nDPI
DISTNAME= nDPI-${PORTVERSION}_r7023
MAINTAINER= 5u623l20@gmail.com
COMMENT= ntop-maintained superset of the popular OpenDPI library
LICENSE= GPLv3
CONFIGURE_ARGS= --with-pic
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= pathfix pkgconfig
PLIST_SUB= MAJOR_VER=${PORTVERSION:R}
.include <bsd.port.mk>