2018-01-11 19:27:01 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.23 2018/01/11 19:27:08 rpe Exp $
|
2003-04-13 08:07:50 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= lightweight userspace bandwidth shaper
|
2015-01-22 00:02:41 +00:00
|
|
|
DISTNAME= trickle-1.07
|
2018-01-11 19:27:01 +00:00
|
|
|
REVISION= 1
|
2017-05-25 14:39:58 +00:00
|
|
|
|
2003-04-13 08:07:50 +00:00
|
|
|
CATEGORIES= net
|
2012-05-24 18:40:49 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://monkey.org/~marius/trickle/
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
2003-04-13 08:07:50 +00:00
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2012-05-24 18:40:49 +00:00
|
|
|
|
2005-11-16 23:23:34 +00:00
|
|
|
WANTLIB= c event
|
2003-04-13 08:07:50 +00:00
|
|
|
|
2017-02-03 16:21:10 +00:00
|
|
|
CONFIGURE_STYLE=autoconf
|
|
|
|
AUTOCONF_VERSION=2.59
|
2003-04-13 08:07:50 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|