2003-11-06 10:15:28 +01:00
|
|
|
# New ports collection makefile for: bandwidthd
|
|
|
|
# Date created: Sun Nov 2
|
|
|
|
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bandwidthd
|
2005-01-16 17:11:59 +01:00
|
|
|
PORTVERSION= 2.0.1
|
2009-07-31 15:57:52 +02:00
|
|
|
PORTREVISION= 2
|
2004-02-23 05:42:13 +01:00
|
|
|
CATEGORIES= net-mgmt
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
|
2005-01-16 17:11:59 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
2003-11-06 10:15:28 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2009-11-12 05:56:15 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-11-06 10:15:28 +01:00
|
|
|
COMMENT= Tracks bandwidth usage by IP address
|
|
|
|
|
2004-03-30 21:56:43 +02:00
|
|
|
LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
|
2003-11-06 10:15:28 +01:00
|
|
|
|
|
|
|
USE_GMAKE= YES
|
2005-01-16 17:11:59 +01:00
|
|
|
GNU_CONFIGURE= YES
|
2004-03-30 21:56:43 +02:00
|
|
|
USE_ICONV= YES
|
2003-11-06 10:15:28 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${INSTALL_SCRIPT} ${FILESDIR}/bandwidthd.sh \
|
|
|
|
${PREFIX}/etc/rc.d/bandwidthd.sh.sample
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|