openbsd-ports/net/softflowd/Makefile
2022-03-11 19:45:43 +00:00

21 lines
305 B
Makefile

COMMENT= flow-based network traffic analyser
DISTNAME= softflowd-0.9.9
REVISION= 3
CATEGORIES= net
HOMEPAGE= https://code.google.com/p/softflowd/
# BSD
PERMIT_PACKAGE= Yes
MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=softflowd/}
WANTLIB= c pcap
CONFIGURE_STYLE= gnu
NO_TEST= Yes
.include <bsd.port.mk>