mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
7a7d9a791a
Approved by: portmgr blanket
24 lines
475 B
Makefile
24 lines
475 B
Makefile
# 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>
|