summaryrefslogtreecommitdiff
path: root/sysutils/xperfmon3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xperfmon3/Makefile')
-rw-r--r--sysutils/xperfmon3/Makefile22
1 files changed, 7 insertions, 15 deletions
diff --git a/sysutils/xperfmon3/Makefile b/sysutils/xperfmon3/Makefile
index 03b5677956a6..e1d7a1480699 100644
--- a/sysutils/xperfmon3/Makefile
+++ b/sysutils/xperfmon3/Makefile
@@ -1,31 +1,23 @@
-# New ports collection makefile for: xperfmon++ V1.40
+# New ports collection makefile for: xperfmon++ V3.0
+#
# Version required: 1.1
-# Date created: 14 March 97
+# Date created: 23. Oct 1998
# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
#
-# $Id: Makefile,v 1.21 1998/11/21 07:27:41 steve Exp $
+# $Id$
#
DISTNAME= xperfmon++
-PKGNAME= xperfmon++-2.0
+PKGNAME= xperfmon++-3.0
CATEGORIES= sysutils
-# In Germany try this
MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ \
- ftp://ftp.u-aizu.ac.jp/pub/misc/tools/xperfmon/ \
+ ftp://ftp.u-aizu.ac.jp/pub/misc/tools/xperfmon/ \
ftp://ftp.ibank.ru/pub/unix_src/benchmarks/
-DISTFILES= xperfmon++v1.1.tar.Z
+EXTRACT_SUFX= v1.1.tar.Z
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
USE_IMAKE= yes
MAN1= xperfmon++.1
-pre-configure:
- if [ -e /usr/lib/libdevstat.a -o -e /usr/lib/aout/libdevstat.a ]; then \
- cd ${WRKSRC} ; \
- ${MV} Imakefile Imakefile.in ; \
- ${SED} -e "s:EXTRA_DEFINES=:EXTRA_DEFINES= -DHAVE_DEVSTAT:" Imakefile.in > Imakefile.i1 ; \
- ${SED} -e "s:FreeBSDFLAGS=:FreeBSDFLAGS= -ldevstat:" Imakefile.i1 > Imakefile ; \
- fi
-
.include <bsd.port.mk>