19 lines
290 B
Makefile
19 lines
290 B
Makefile
COMMENT= lightweight userspace bandwidth shaper
|
|
DISTNAME= trickle-1.07
|
|
REVISION= 1
|
|
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://monkey.org/~marius/trickle/
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c event
|
|
|
|
CONFIGURE_STYLE=autoconf
|
|
AUTOCONF_VERSION=2.59
|
|
|
|
.include <bsd.port.mk>
|