blob: 3c945f4536b2eb3342357bfdae16a29b8ae10c04 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: darkstat
# Date created: 24 February 2002
# Whom: Anders Nordby <anders@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= darkstat
PORTVERSION= 3.0.714
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>
|