c696a7cc70
OpenDPI it includes ntop extensions. We have tried to push them into the OpenDPI source tree but nobody answered emails so we have decided to create our own source tree.
14 lines
322 B
Makefile
14 lines
322 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2016/04/08 16:51:23 adam Exp $
|
|
|
|
BUILDLINK_TREE+= ndpi
|
|
|
|
.if !defined(NDPI_BUILDLINK3_MK)
|
|
NDPI_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ndpi+= ndpi>=1.7
|
|
BUILDLINK_PKGSRCDIR.ndpi?= ../../net/ndpi
|
|
|
|
.include "../../textproc/json-c/buildlink3.mk"
|
|
.endif # NDPI_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ndpi
|