64436e80e3
ok alek
26 lines
523 B
Makefile
26 lines
523 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/08/03 20:08:59 ckuethe Exp $
|
|
|
|
COMMENT= "network statistics gatherer with graphs"
|
|
|
|
DISTNAME= darkstat-3.0.524
|
|
CATEGORIES= net www
|
|
|
|
HOMEPAGE= http://dmr.ath.cx/net/darkstat/
|
|
MAINTAINER= Chris Kuethe <ckuethe@openbsd.org>
|
|
|
|
# BSD with some code GPL'ed
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c pcap z
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|