mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
24 lines
483 B
Makefile
24 lines
483 B
Makefile
|
# New ports collection makefile for: bonnie
|
||
|
# Version required:
|
||
|
# Date created: 26 September 1994
|
||
|
# Whom: se
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= Bonnie
|
||
|
PKGNAME= bonnie-1.0
|
||
|
CATEGORIES+= utilities benchmarking
|
||
|
MASTER_SITES= ftp://ftp.sunet.se/pub/benchmark/Bonnie/ \
|
||
|
ftp://swedishchef.lerc.nasa.gov/drlabs/io/
|
||
|
EXTRACT_SUFX= .tar.Z
|
||
|
|
||
|
MAINTAINER= se@FreeBSD.org
|
||
|
|
||
|
CFLAGS+= -static
|
||
|
|
||
|
post-install:
|
||
|
gzip -9nf ${PREFIX}/man/man1/bonnie.1
|
||
|
|
||
|
.include <bsd.port.mk>
|