mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
9ca264acaf
o) Fix documentation in pkg-desc PR: ports/58570 Submitted by: elvis@sslab.cs.ccu.edu.tw
30 lines
614 B
Makefile
30 lines
614 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/
|
|
DISTNAME= xperfmon++
|
|
EXTRACT_SUFX= v1.1.tar.Z
|
|
|
|
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
|
|
COMMENT= Xperfmon++ : A graphical X11 system performance monitor
|
|
|
|
LATEST_LINK= xperfmon3
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= xperfmon++.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
BROKEN= "Does not compile"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|