mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
37 lines
752 B
Makefile
37 lines
752 B
Makefile
# 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>
|