diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
commit | f9bfad56c5f20f68338e2cd89769300e0d3e42cc (patch) | |
tree | 939b7187cbedd4a8cc92e43d8959ad5eee2b1e23 /sysutils/xperfmon3 | |
parent | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (diff) |
Notes
Diffstat (limited to 'sysutils/xperfmon3')
-rw-r--r-- | sysutils/xperfmon3/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/xperfmon3/Makefile b/sysutils/xperfmon3/Makefile index f4c64f52308d..28d61ac15b45 100644 --- a/sysutils/xperfmon3/Makefile +++ b/sysutils/xperfmon3/Makefile @@ -1,18 +1,17 @@ -# New ports collection makefile for: xperfmon++ V3.0 -# -# Version required: 1.1 +# New ports collection makefile for: xperfmon++ # Date created: 23. Oct 1998 # Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE> # # $FreeBSD$ # -DISTNAME= xperfmon++ -PKGNAME= xperfmon++-3.0 +PORTNAME= xperfmon++ +PORTVERSION= 3.0 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 |