d1c6f80880
extra-careful checking where there are complicated PSEUDO_FLAVORS).
21 lines
458 B
Makefile
21 lines
458 B
Makefile
# $OpenBSD: Makefile,v 1.14 2010/07/12 22:07:42 sthen Exp $
|
|
|
|
COMMENT= lightweight userspace bandwidth shaper
|
|
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
|
|
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|