blob: f522ae523f7422a515f77ef3cbbaba73fb7debf0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>
|