mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
b57a2093df
PR: ports/165578 Submitted by: Emil Mikulic <emikulic@gmail.com> (maintainer)
32 lines
643 B
Makefile
32 lines
643 B
Makefile
# New ports collection makefile for: darkstat
|
|
# Date created: 24 February 2002
|
|
# Whom: Anders Nordby <anders@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= darkstat
|
|
PORTVERSION= 3.0.715
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://unix4lyfe.org/darkstat/
|
|
|
|
MAINTAINER= emikulic@gmail.com
|
|
COMMENT= Network statistics gatherer and reporter
|
|
|
|
USE_RC_SUBR= darkstat
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
MAN8= darkstat.8
|
|
PORTDOCS= AUTHORS INSTALL README
|
|
PLIST_FILES= sbin/darkstat
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
@${INSTALL} -d ${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|