1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/benchmarks/bonnie/Makefile

29 lines
619 B
Makefile
Raw Normal View History

# New ports collection makefile for: bonnie
# Date created: 26 September 1994
# Whom: se
#
1999-08-25 04:58:03 +00:00
# $FreeBSD$
#
PORTNAME= bonnie
PORTVERSION= 2.0.6
CATEGORIES= benchmarks
MASTER_SITES= http://www.acnc.com/benchmarks/ \
http://www.textuality.com/bonnie/
DISTNAME= bonnie
MAINTAINER= se@FreeBSD.org
COMMENT= Performance Test of Filesystem I/O
NO_WRKSUBDIR= yes
#CFLAGS+= -static
MAKE_ARGS+= -e CFLAGS="${CFLAGS}"
ALL_TARGET= bsd
MAN1= bonnie.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Bonnie ${PREFIX}/bin/bonnie
${INSTALL_MAN} ${FILESDIR}/bonnie.1 ${PREFIX}/man/man1
.include <bsd.port.mk>