openbsd-ports/net/trickle/Makefile

20 lines
346 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.17 2013/03/11 11:35:57 espie Exp $
COMMENT= lightweight userspace bandwidth shaper
2003-06-11 04:10:27 -04:00
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
2006-09-18 17:10:11 -04:00
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>