diff options
Diffstat (limited to 'sysutils/xperfmon/Makefile')
-rw-r--r-- | sysutils/xperfmon/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/sysutils/xperfmon/Makefile b/sysutils/xperfmon/Makefile index 74b1f6fd4d71..e507cedf3a44 100644 --- a/sysutils/xperfmon/Makefile +++ b/sysutils/xperfmon/Makefile @@ -1,22 +1,24 @@ -# New ports collection makefile for: xperfmon++ V1.3 +# New ports collection makefile for: xperfmon++ V1.40 # Version required: 1.1 -# Date created: 15 December 95 +# Date created: 14 March 97 # Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de> # -# $Id: Makefile,v 1.9 1996/05/20 07:32:45 asami Exp $ +# $Id: Makefile,v 1.6 1995/12/15 11:16:54 Lars Koeller Exp $ # - +PREFIX= /usr/X11R6 DISTNAME= xperfmon++ -PKGNAME= xperfmon++-1.33 -CATEGORIES= sysutils x11 +PKGNAME= xperfmon++v1.40 +USE_IMAKE= yes +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 -EXTRACT_ONLY= xperfmon++v1.1.tar.Z -USE_IMAKE= yes - .include <bsd.port.mk> + |