19 lines
333 B
Makefile
19 lines
333 B
Makefile
# $OpenBSD: Makefile,v 1.18 2013/03/21 08:46:35 ajacoutot Exp $
|
|
|
|
COMMENT= lightweight userspace bandwidth shaper
|
|
DISTNAME= trickle-1.06
|
|
REVISION= 5
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://monkey.org/~marius/trickle/
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c event
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|