freebsd-ports/benchmarks/bonnie/Makefile
Stefan Eßer c50b317dcd Prevent overflow of "size" for file sizes of 2048MB and more (PR 11430).
While I'm here:
 - Make a error message start on a new line.
 - Move installation into port Makefile.
 - Split patch-aa in two (add -ac), it modified two files.
 - Close file descriptor 0 in seeker processes.
PR:		11430
1999-12-30 17:18:22 +00:00

27 lines
551 B
Makefile

# New ports collection makefile for: bonnie
# Version required: 1.0
# Date created: 26 September 1994
# Whom: se
#
# $FreeBSD$
#
DISTNAME= Bonnie
PKGNAME= bonnie-1.0
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.sunet.se/pub/benchmark/Bonnie/
EXTRACT_SUFX= .tar.Z
MAINTAINER= se@FreeBSD.org
MAN1= bonnie.1
CFLAGS+= -static
MAKE_ARGS+= CFLAGS="${CFLAGS}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Bonnie ${PREFIX}/bin/bonnie
${INSTALL_DATA} ${WRKSRC}/bonnie.1 ${PREFIX}/man/man1
.include <bsd.port.mk>