mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
a34bba2839
catch one MASTER_SITES0 that wasn't actually in use
20 lines
336 B
Makefile
20 lines
336 B
Makefile
COMMENT= point-to-point bandwidth measurement tool
|
|
|
|
DISTNAME= bing-1.0.5
|
|
REVISION= 3
|
|
CATEGORIES= net
|
|
SITES= https://distfiles.sigtrap.nl/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
NO_TEST= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bing
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bing
|
|
|
|
.include <bsd.port.mk>
|