diff options
Diffstat (limited to 'sysutils/xperfmon')
-rw-r--r-- | sysutils/xperfmon/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/sysutils/xperfmon/Makefile b/sysutils/xperfmon/Makefile index 1d2c20e..002cdd5 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> |