16 lines
332 B
Makefile
16 lines
332 B
Makefile
# Created by: Mark Pulford <mark@kyne.com.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= throttle
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://klicman.org/throttle/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A pipe bandwidth throttling utility
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/throttle man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|