blob: b092a2584420f6147431e98cb648f2a88fa1af0d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
# $FreeBSD$
PORTNAME= ndpi
PORTVERSION= 1.4.0
PORTREVISION= 1
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= libtool pathfix pkgconfig
PLIST_SUB= MAJOR_VER=${PORTVERSION:R}
.include <bsd.port.mk>
|