1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/sysutils/throttle/Makefile
2004-05-21 05:43:28 +00:00

27 lines
503 B
Makefile

# New ports collection makefile for: throttle
# Date created: Apr 29, 2004
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= throttle
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://klicman.org/throttle/
MAINTAINER= markp@FreeBSD.org
COMMENT= A pipe bandwidth throttling utility
GNU_CONFIGURE= yes
MAN1= throttle.1
PLIST_FILES= bin/throttle
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on 4.x"
.endif
.include <bsd.port.post.mk>