22 lines
342 B
Makefile
22 lines
342 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:35:56 espie Exp $
|
|
|
|
COMMENT= flow-based network traffic analyser
|
|
|
|
DISTNAME= softflowd-0.9.8
|
|
REVISION= 0
|
|
CATEGORIES= net
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= http://www2.mindrot.org/files/softflowd/
|
|
|
|
WANTLIB= c pcap
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
USE_GROFF = Yes
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|