openbsd-ports/net/darkstat/Makefile
lum 1b0986c33c update to darkstat 3.0.713. Bugfix and some new features
The new --syslog option requires a local patch, upstream
has been informed.
ok ckuethe@
2010-06-10 03:57:30 +00:00

27 lines
566 B
Makefile

# $OpenBSD: Makefile,v 1.13 2010/06/10 03:57:30 lum Exp $
COMMENT= network statistics gatherer with graphs
DISTNAME= darkstat-3.0.713
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
CONFIGURE_ARGS+= --with-privdrop-user=_darkstat
NO_REGRESS= Yes
.include <bsd.port.mk>