blob: 419545ed7a4c9e9dc5de985149426943f985b053 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: bonnie
# Version required: 1.0
# Date created: 26 September 1994
# Whom: se
#
# $NetBSD: Makefile,v 1.3 1998/02/28 18:14:09 tron Exp $
# $FreeBSD Id: Makefile,v 1.5 1997/11/26 23:09:14 jseger 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
NO_CONFIGURE= yes
CAT1= bonnie.0
MAN1= bonnie.1
# MANZ is handled automatically
.if defined(MANZ)
MANCOMPRESSED= 1
.endif
post-extract:
${MV} ${WRKSRC}/Bonnie.c ${WRKSRC}/bonnie.c
.include <bsd.port.mk>
|