openbsd-ports/net/softflowd/Makefile
2013-08-07 21:31:12 +00:00

23 lines
373 B
Makefile

# $OpenBSD: Makefile,v 1.8 2013/08/07 21:32:26 naddy Exp $
COMMENT= flow-based network traffic analyser
DISTNAME= softflowd-0.9.9
REVISION= 0
CATEGORIES= net
HOMEPAGE= https://code.google.com/p/softflowd/
# BSD
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= https://softflowd.googlecode.com/files/
WANTLIB= c pcap
CONFIGURE_STYLE= gnu
NO_TEST= Yes
.include <bsd.port.mk>