openbsd-ports/net/trickle/Makefile
gonzalo cc1e6eb4a7 Little update to make Makefile better to eyes, USE_GROFF is not needed,
fix the HOMEPAGE, add rc.d(8) script and cut the rc.local
parts on MESSAGE because now we have rc script.

Tested on i386.

Ok okan@, aja@, gsoares@
2012-05-24 18:40:49 +00:00

23 lines
426 B
Makefile

# $OpenBSD: Makefile,v 1.16 2012/05/24 18:40:49 gonzalo Exp $
COMMENT= lightweight userspace bandwidth shaper
DISTNAME= trickle-1.06
REVISION= 5
CATEGORIES= net
HOMEPAGE= http://monkey.org/~marius/trickle/
MASTER_SITES= ${HOMEPAGE}
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c event
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>