diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 19:09:11 +0000 |
commit | 131ffd06e984e988ee9c1c844568abdecd9f9ed4 (patch) | |
tree | 1ef79a394b0fe31c22015536e3350783acefb970 /sysutils/xperfmon3 | |
parent | 91082f1a1075c587148cdc85cbe1196f175a18e6 (diff) | |
download | FreeBSD-ports-131ffd06e984e988ee9c1c844568abdecd9f9ed4.zip FreeBSD-ports-131ffd06e984e988ee9c1c844568abdecd9f9ed4.tar.gz |
Update with the new PORTNAME/PORTVERSION variable
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 f4c64f5..28d61ac 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 |