openbsd-ports/net/softflowd/Makefile

22 lines
342 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:35:56 espie Exp $
COMMENT= flow-based network traffic analyser
2006-11-27 01:50:35 -05:00
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
2006-11-27 01:50:35 -05:00
CONFIGURE_STYLE= gnu
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
.include <bsd.port.mk>