diff options
Diffstat (limited to 'sysutils/xperfmon/Makefile')
-rw-r--r-- | sysutils/xperfmon/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/sysutils/xperfmon/Makefile b/sysutils/xperfmon/Makefile index e507ced..15328f5 100644 --- a/sysutils/xperfmon/Makefile +++ b/sysutils/xperfmon/Makefile @@ -3,22 +3,19 @@ # Date created: 14 March 97 # 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.11 1997/03/15 10:33:49 joerg Exp $ # -PREFIX= /usr/X11R6 + DISTNAME= xperfmon++ PKGNAME= xperfmon++v1.40 -USE_IMAKE= yes -CATEGORIES+= sysutils x11 - +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 +.include <bsd.port.mk> |