blob: bccebe444d6b62afc4843e24b91a98d439dc968b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: bonnie
# Version required: 1.0
# Date created: 26 September 1994
# Whom: se
#
# $Id: Makefile,v 1.4 1996/11/18 11:21:44 asami Exp $
#
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
.include <bsd.port.mk>
|