diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-20 21:19:37 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-20 21:19:37 +0000 |
commit | 505b7f26a4f6b555f68f531a6c204b4d2c87b86b (patch) | |
tree | f502dcba44d30bb5eed1d1d4a99253c493d3a992 /sysutils | |
parent | 47acdcadfaeaf3ce5822ae1418abce88abe16806 (diff) | |
download | FreeBSD-ports-505b7f26a4f6b555f68f531a6c204b4d2c87b86b.zip FreeBSD-ports-505b7f26a4f6b555f68f531a6c204b4d2c87b86b.tar.gz |
portlint
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xperfmon/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xperfmon/Makefile b/sysutils/xperfmon/Makefile index dd9c121..b11e428 100644 --- a/sysutils/xperfmon/Makefile +++ b/sysutils/xperfmon/Makefile @@ -6,19 +6,20 @@ # $FreeBSD$ # -DISTNAME= xperfmon++ +DISTNAME= xperfmon++v1.1 PKGNAME= xperfmon++-2.0 CATEGORIES= sysutils # In Germany try this 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/ -DISTFILES= xperfmon++v1.1.tar.Z +EXTRACT_SUFX= .tar.Z MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE USE_IMAKE= yes MAN1= xperfmon++.1 +WRKSRC= ${WRKDIR}/xperfmon++ pre-configure: if [ -e /usr/lib/libdevstat.a -o -e /usr/lib/aout/libdevstat.a ]; then \ |