aboutsummaryrefslogtreecommitdiffstats
path: root/net/bandwidthd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/bandwidthd/Makefile')
-rw-r--r--net/bandwidthd/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/net/bandwidthd/Makefile b/net/bandwidthd/Makefile
deleted file mode 100644
index bdd68bbd9972..000000000000
--- a/net/bandwidthd/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: bandwidthd
-# Date created: Sun Nov 2
-# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bandwidthd
-PORTVERSION= 1.2.0
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-1.2.0b
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= clement@FreeBSD.org
-COMMENT= Tracks bandwidth usage by IP address
-
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
-LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd\
- iconv.3:${PORTSDIR}/converters/libiconv
-
-USE_GMAKE= YES
-USE_REINPLACE= YES
-
-post-install:
- @${INSTALL_SCRIPT} ${FILESDIR}/bandwidthd.sh \
- ${PREFIX}/etc/rc.d/bandwidthd.sh.sample
-
-.include <bsd.port.mk>