diff options
Diffstat (limited to 'sysutils/xperfmon/Makefile')
-rw-r--r-- | sysutils/xperfmon/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/xperfmon/Makefile b/sysutils/xperfmon/Makefile new file mode 100644 index 0000000..f522ae5 --- /dev/null +++ b/sysutils/xperfmon/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xpermon++ V1.1 +# Version required: 1.1 +# Date created: 8 March 95 +# Whom: Lars Koeller <lars.koeller@odie.physik2.uni-rostock.de> +# +# $Id: Makefile,v 1.6 1995/08/03 01:31:54 Lars Koeller Exp $ +# + +DISTNAME= xperfmon++ +USE_IMAKE= yes +# 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 + +.include <bsd.port.mk> + |