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
18 lines
342 B
Makefile
18 lines
342 B
Makefile
COMMENT = simple bandwidth monitor
|
|
DISTNAME = sbm-0.8
|
|
CATEGORIES = net
|
|
HOMEPAGE = http://git.2f30.org/sbm/
|
|
MAINTAINER = Dimitris Papastamos <sin@2f30.org>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c
|
|
|
|
SITES = http://dl.2f30.org/releases/
|
|
|
|
MAKE_FLAGS = CC="${CC}" CFLAGS="-Wall ${CFLAGS}"
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|