23 lines
500 B
Makefile
23 lines
500 B
Makefile
# New ports collection makefile for: bonnie
|
|
# Version required: 1.0
|
|
# Date created: 26 November 1997
|
|
# Whom: niklas
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 1997/11/26 22:59:59 niklas Exp $
|
|
#
|
|
|
|
DISTNAME= Bonnie
|
|
PKGNAME= bonnie-1.0
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= ftp://ftp.sunet.se/pub/benchmark/Bonnie/ \
|
|
ftp://swedishchef.lerc.nasa.gov/drlabs/io/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= niklas@openbsd.org
|
|
|
|
MAN1= bonnie.1
|
|
|
|
CFLAGS+= -static
|
|
|
|
.include <bsd.port.mk>
|