openbsd-ports/net/trickle/Makefile
pvalchev c666ca6186 Initial import of trickle-1.04
trickle is a portable lightweight userspace bandwidth shaper.  It can
run in collaborative mode (together with trickled) or in stand alone
mode.  trickle works by taking advantage of the unix loader preloading.
Essentially it provides, to the application, a new version of the
functionality that is required to send and receive data through sockets.
It then limits traffic based on delaying the sending and receiving of
data over a socket.  trickle runs entirely in userspace and does not
require root privileges.

WWW: http://monkey.org/~marius/trickle/

Maintainer Jolan Luff <jolan@cryptonomicon.org>
2003-04-13 08:07:50 +00:00

21 lines
434 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/04/13 08:07:50 pvalchev Exp $
COMMENT= "lightweight userspace bandwidth shaper"
DISTNAME= trickle-1.04
CATEGORIES= net
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://monkey.org/~marius/trickle/
MAINTAINER= Jolan Luff <jolan@cryptonomicon.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>