summaryrefslogtreecommitdiff
path: root/net-mgmt/darkstat/Makefile
blob: f7d298612027befb0b4c3f472cc5e5086cca5b31 (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
32
# New ports collection makefile for:	darkstat
# Date created:				24 February 2002
# Whom:					Anders Nordby <anders@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	darkstat
PORTVERSION=	2.5
CATEGORIES=	net
MASTER_SITES=	http://members.optushome.com.au/emikulic/net/darkstat/ \
		http://yallara.cs.rmit.edu.au/~emikulic/_/

MAINTAINER=	emikulic@optushome.com.au
COMMENT=	Network statistics gatherer, similar to but smaller than ntop

LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext

GNU_CONFIGURE=	yes

MAN1=	darkstat.1
DOCS=	AUTHORS ChangeLog INSTALL ISSUES README TODO

post-install:
.if !defined(NOPORTDOCS)
	@${INSTALL} -d -m 0755 ${DOCSDIR}
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif

.include <bsd.port.mk>