mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
a34bba2839
catch one MASTER_SITES0 that wasn't actually in use
19 lines
284 B
Makefile
19 lines
284 B
Makefile
COMMENT= lightweight userspace bandwidth shaper
|
|
DISTNAME= trickle-1.07
|
|
REVISION= 1
|
|
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://monkey.org/~marius/trickle/
|
|
SITES= ${HOMEPAGE}
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c event
|
|
|
|
CONFIGURE_STYLE=autoconf
|
|
AUTOCONF_VERSION=2.59
|
|
|
|
.include <bsd.port.mk>
|