aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/ubench/Makefile
blob: 75d0fb995e174309d04ccd5907de73b880b54caa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$

PORTNAME=   ubench
PORTVERSION=    0.32
CATEGORIES= benchmarks
MASTER_SITES=   SUNSITE/system/benchmark

MAINTAINER= brian@FreeBSD.org
COMMENT=    Unix Benchmark Utility for CPU(s) and memory

HAS_CONFIGURE=  yes
MAKE_ARGS=  INSTALLDIR=${STAGEDIR}${PREFIX}/bin \
        MANDIR=${STAGEDIR}${PREFIX}/man/man8

PLIST_FILES=    bin/ubench \
        man/man8/ubench.8.gz

.include <bsd.port.mk>