b3f95b0e35
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) - adjust BSDn License
19 lines
422 B
Makefile
19 lines
422 B
Makefile
# Created by: Sergey Kandaurov <pluknet@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= randomio
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= http://www.arctic.org/~dean/randomio/
|
|
|
|
MAINTAINER= pluknet@gmail.com
|
|
COMMENT= Multithreaded disk i/o microbenchmark
|
|
|
|
USES= tar:bzip2 gmake
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|