opnsense-ports/benchmarks/randomio/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

18 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>