diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 15:22:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 15:22:43 +0000 |
commit | 08f93b2bb4a0b4023833682a6a9f7b9e82e1e9d9 (patch) | |
tree | c657f6cb1f72bf863bf70e3f5f78f7065f0b69a9 /sysutils/xperfmon/Makefile | |
parent | 19e38c2e9f0410723cc1a29649f9ab578bae6e85 (diff) |
Some more ports Makefile updates...sorry, don't have time now so
x11/ is only halfway finished.
Notes
Notes:
svn path=/head/; revision=1349
Diffstat (limited to 'sysutils/xperfmon/Makefile')
-rw-r--r-- | sysutils/xperfmon/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/xperfmon/Makefile b/sysutils/xperfmon/Makefile index ec30198874f4..fefa76e18091 100644 --- a/sysutils/xperfmon/Makefile +++ b/sysutils/xperfmon/Makefile @@ -3,18 +3,17 @@ # Date created: 8 March 95 # Whom: Lars Koeller <lars.koeller@odie.physik2.uni-rostock.de> # -# $Id: Makefile,v 1.1.1.1 1995/03/29 11:32:55 jmz Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:51:34 jkh Exp $ # DISTNAME= xperfmon++ +PKGNAME= xperfmon++-1.1 USE_IMAKE= yes +CATEGORIES+= x11 # In Germany try this # MASTER_SITES= ftp://odie.physik2.uni-rostock.de/pub/ -CATEGORIES+= x11 MASTER_SITES= ftp://proteus.arc.nasa.gov/pub/ -CATEGORIES+= x11 DISTFILES= xperfmon++v1.1.tar.Z -EXTRACT_ONLY= xperfmon++v1.1.tar.Z .include <bsd.port.mk> |