18 lines
501 B
Makefile
18 lines
501 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/01/12 22:53:40 christian_gall Exp $
|
|
|
|
DISTNAME= softflowd-0.9.8
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.mindrot.org/files/softflowd/
|
|
|
|
MAINTAINER= cg@cgall.de
|
|
HOMEPAGE= http://www.mindrot.org/projects/softflowd/
|
|
COMMENT= flow-based network traffic analyser capable of Cisco NetFlow export
|
|
|
|
USE_LANGUAGES= c
|
|
GNU_CONFIGURE= yes
|
|
BUILD_DEFS+= VARBASE
|
|
|
|
OWN_DIRS= ${VARBASE}/chroot/softflowd
|
|
|
|
.include "../../net/libpcap/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|