mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
a34bba2839
catch one MASTER_SITES0 that wasn't actually in use
21 lines
292 B
Makefile
21 lines
292 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
|
|
|
|
SITES= ${SITE_GOOGLECODE:=softflowd/}
|
|
|
|
WANTLIB= c pcap
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|