22 lines
359 B
Makefile
22 lines
359 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/06/17 13:25:31 sthen Exp $
|
|
|
|
COMMENT= flow-based network traffic analyser
|
|
|
|
DISTNAME= softflowd-0.9.9
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://code.google.com/p/softflowd/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= http://softflowd.googlecode.com/files/
|
|
|
|
WANTLIB= c pcap
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|