blob: 09f7ca4cf8cfa9cc84822d4120e5976d514fd186 (
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
|
# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
# $FreeBSD$
PORTNAME= bandwidthd
PORTVERSION= 2.0.1
PORTREVISION= 6
CATEGORIES= net-mgmt
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= bdrewery@FreeBSD.org
COMMENT= Tracks bandwidth usage by IP address
LICENSE= GPLv2
LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd
USE_CSTD= gnu89
GNU_CONFIGURE= YES
USES= iconv gmake
post-install:
@${INSTALL_SCRIPT} ${FILESDIR}/bandwidthd.sh \
${PREFIX}/etc/rc.d/bandwidthd.sh.sample
.include <bsd.port.mk>
|