summaryrefslogtreecommitdiff
path: root/sysutils/xperfmon3/Makefile
blob: 4c5982f74e1e7646eccd1254c58bf4df28776aaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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
COMMENT=	Xperfmon++ : A graphical X11 system performance monitor

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Does not compile"
.endif

LATEST_LINK=	xperfmon3

USE_IMAKE=	yes
MAN1=		xperfmon++.1

.include <bsd.port.post.mk>