daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb
21 lines
355 B
Makefile
21 lines
355 B
Makefile
# $OpenBSD: Makefile,v 1.23 2018/01/11 19:27:08 rpe Exp $
|
|
|
|
COMMENT= lightweight userspace bandwidth shaper
|
|
DISTNAME= trickle-1.07
|
|
REVISION= 1
|
|
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://monkey.org/~marius/trickle/
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c event
|
|
|
|
CONFIGURE_STYLE=autoconf
|
|
AUTOCONF_VERSION=2.59
|
|
|
|
.include <bsd.port.mk>
|