mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
f5c1a46665
o Fix compiler -Wall warnings o Calc etime correct for multi CPU machines o Show disk stats for "ad" disk devices, too o Count number of network in/out packets correctly o Get free swapspace only every 10 time intervals to limit CPU usage.
23 lines
531 B
Makefile
23 lines
531 B
Makefile
# New ports collection makefile for: xperfmon++
|
|
# Date created: 23. Oct 1998
|
|
# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xperfmon++
|
|
PORTVERSION= 3.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ \
|
|
ftp://ftp.u-aizu.ac.jp/pub/misc/tools/xperfmon/ \
|
|
ftp://ftp.ibank.ru/pub/unix_src/benchmarks/
|
|
DISTNAME= xperfmon++
|
|
EXTRACT_SUFX= v1.1.tar.Z
|
|
|
|
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= xperfmon++.1
|
|
|
|
.include <bsd.port.mk>
|