22 lines
474 B
Makefile
Raw Normal View History

2010-10-18 18:36:45 +00:00
# $OpenBSD: Makefile,v 1.15 2010/10/18 18:36:59 espie Exp $
COMMENT= lightweight userspace bandwidth shaper
2003-06-11 08:10:27 +00:00
DISTNAME= trickle-1.06
REVISION= 4
CATEGORIES= net
HOMEPAGE= "http://monkey.org/~marius/pages/?page=trickle"
MASTER_SITES= http://monkey.org/~marius/trickle/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c event
2006-09-18 21:10:11 +00:00
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
2010-10-18 18:36:45 +00:00
USE_GROFF = Yes
.include <bsd.port.mk>