freebsd-ports/net-mgmt/bandwidthd/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

26 lines
572 B
Makefile

# 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}
MAINTAINER= bdrewery@FreeBSD.org
COMMENT= Tracks bandwidth usage by IP address
LICENSE= GPLv2
LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd
USE_CSTD= gnu89
GNU_CONFIGURE= YES
USES= iconv gmake tar:tgz
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/bandwidthd.sh \
${STAGEDIR}${PREFIX}/etc/rc.d/bandwidthd.sh.sample
.include <bsd.port.mk>