mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
20 lines
376 B
Makefile
20 lines
376 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
|
|
|
|
MAN8= ubench.8
|
|
PLIST_FILES= bin/ubench
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|