2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2013/03/11 11:35:57 espie Exp $
|
2003-04-13 04:07:50 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= lightweight userspace bandwidth shaper
|
2003-06-11 04:10:27 -04:00
|
|
|
DISTNAME= trickle-1.06
|
2012-05-24 14:40:49 -04:00
|
|
|
REVISION= 5
|
2003-04-13 04:07:50 -04:00
|
|
|
CATEGORIES= net
|
2012-05-24 14:40:49 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://monkey.org/~marius/trickle/
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
2003-04-13 04:07:50 -04:00
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2012-05-24 14:40:49 -04:00
|
|
|
|
2005-11-16 18:23:34 -05:00
|
|
|
WANTLIB= c event
|
2003-04-13 04:07:50 -04:00
|
|
|
|
2006-09-18 17:10:11 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2003-04-13 04:07:50 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|