20 lines
346 B
Makefile
20 lines
346 B
Makefile
# $OpenBSD: Makefile,v 1.17 2013/03/11 11:35:57 espie 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
|
|
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|