mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
21 lines
459 B
Makefile
21 lines
459 B
Makefile
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ubench
|
|
PORTVERSION= 0.32
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= 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>
|