summaryrefslogtreecommitdiff
path: root/sysutils/xperfmon
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-05-20 07:32:45 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-05-20 07:32:45 +0000
commitbbb764a12c6be1586c705c97c7ae566878da144b (patch)
treeee67779508988659c9871db2a9a0f2b2c0b4cf7e /sysutils/xperfmon
parentUpgrade, 3.0 -> 3.5. (diff)
Reorder variables. Take out unnecessary "PREFIX=/usr/X11R6"
(USE_IMAKE implies that). Change package name to have a hyphen between the name and the version numbers.
Notes
Notes: svn path=/head/; revision=3110
Diffstat (limited to 'sysutils/xperfmon')
-rw-r--r--sysutils/xperfmon/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/sysutils/xperfmon/Makefile b/sysutils/xperfmon/Makefile
index 1d2c20e50895..002cdd58400f 100644
--- a/sysutils/xperfmon/Makefile
+++ b/sysutils/xperfmon/Makefile
@@ -3,22 +3,20 @@
# Date created: 15 December 95
# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
#
-# $Id: Makefile,v 1.6 1995/12/15 11:16:54 Lars Koeller Exp $
+# $Id: Makefile,v 1.8 1996/05/19 10:57:58 joerg Exp $
#
-PREFIX= /usr/X11R6
+
DISTNAME= xperfmon++
-PKGNAME= xperfmon++v1.33
-USE_IMAKE= yes
+PKGNAME= xperfmon++-1.33
CATEGORIES+= sysutils x11
-
# In Germany try this
#MASTER_SITES= ftp://odie.physik2.uni-rostock.de/pub/
MASTER_SITES= ftp://proteus.arc.nasa.gov/pub/
-
DISTFILES= xperfmon++v1.1.tar.Z
-EXTRACT_ONLY= xperfmon++v1.1.tar.Z
MAINTAINER= Lars_Koeller@odie.physik2.uni-rostock.de
-.include <bsd.port.mk>
+USE_IMAKE= yes
+EXTRACT_ONLY= xperfmon++v1.1.tar.Z
+.include <bsd.port.mk>