accessible, but the distfiles are still available at an archive URL. Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports. ok czarkoff@ danj@ sthen@
23 lines
372 B
Makefile
23 lines
372 B
Makefile
# $OpenBSD: Makefile,v 1.10 2016/10/01 11:54:16 naddy Exp $
|
|
|
|
COMMENT= flow-based network traffic analyser
|
|
|
|
DISTNAME= softflowd-0.9.9
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= https://code.google.com/p/softflowd/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=softflowd/}
|
|
|
|
WANTLIB= c pcap
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|