1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/benchmarks/bonnie/Makefile

23 lines
480 B
Makefile
Raw Normal View History

# New ports collection makefile for: bonnie
# Version required:
# Date created: 26 September 1994
# Whom: se
#
# $Id: Makefile,v 1.3 1995/11/22 11:36:48 asami 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= se@FreeBSD.org
MAN1= bonnie.1
CFLAGS+= -static
.include <bsd.port.mk>