1997-03-15 05:36:08 -05:00
|
|
|
# New ports collection makefile for: xperfmon++ V1.40
|
1995-03-29 06:32:57 -05:00
|
|
|
# Version required: 1.1
|
1997-03-15 05:36:08 -05:00
|
|
|
# Date created: 14 March 97
|
1998-09-30 15:32:44 -04:00
|
|
|
# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
|
1995-03-29 06:32:57 -05:00
|
|
|
#
|
1999-02-01 17:16:12 -05:00
|
|
|
# $Id: Makefile,v 1.21 1998/11/21 07:27:41 steve Exp $
|
1995-03-29 06:32:57 -05:00
|
|
|
#
|
1997-03-15 07:33:20 -05:00
|
|
|
|
1995-03-29 06:32:57 -05:00
|
|
|
DISTNAME= xperfmon++
|
1998-09-30 15:32:44 -04:00
|
|
|
PKGNAME= xperfmon++-2.0
|
1998-11-21 02:27:41 -05:00
|
|
|
CATEGORIES= sysutils
|
1998-09-30 15:32:44 -04:00
|
|
|
# In Germany try this
|
1998-10-23 12:47:00 -04:00
|
|
|
MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ \
|
|
|
|
ftp://ftp.u-aizu.ac.jp/pub/misc/tools/xperfmon/ \
|
|
|
|
ftp://ftp.ibank.ru/pub/unix_src/benchmarks/
|
1995-03-29 06:32:57 -05:00
|
|
|
DISTFILES= xperfmon++v1.1.tar.Z
|
1996-05-19 06:58:09 -04:00
|
|
|
|
1998-03-15 09:56:49 -05:00
|
|
|
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
|
1995-03-29 06:32:57 -05:00
|
|
|
|
1997-03-15 07:33:20 -05:00
|
|
|
USE_IMAKE= yes
|
1998-10-20 20:57:42 -04:00
|
|
|
MAN1= xperfmon++.1
|
1997-03-15 05:36:08 -05:00
|
|
|
|
1998-09-30 15:32:44 -04:00
|
|
|
pre-configure:
|
1998-10-09 06:01:32 -04:00
|
|
|
if [ -e /usr/lib/libdevstat.a -o -e /usr/lib/aout/libdevstat.a ]; then \
|
1998-09-30 15:32:44 -04:00
|
|
|
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
|
|
|
|
|
1997-03-15 07:33:20 -05:00
|
|
|
.include <bsd.port.mk>
|