blob: fb5cc8ae821676ff55fb78a81a76b273d33d8877 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# New ports collection makefile for: perf
# Date created: 09 March 2001
# Whom: Tobias Begalke <tobega@spyz.org>
#
# $FreeBSD$
#
PORTNAME= perf
PORTVERSION= 1.5
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.spyz.org/perf/
MAINTAINER= tobega@spyz.org
COMMENT= Xview-based system monitoring tool
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= perf.1
PLIST_FILES= bin/perf
XFREE86_HTML_MAN= no
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/perf ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/perf.1 ${PREFIX}/man/man1
${GZIP_CMD} ${PREFIX}/man/man1/perf.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>
|