mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
7c9f43e796
Hat: portmgr
21 lines
401 B
Makefile
21 lines
401 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.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://klicman.org/throttle/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A pipe bandwidth throttling utility
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= throttle.1
|
|
PLIST_FILES= bin/throttle
|
|
|
|
.include <bsd.port.mk>
|