1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/sysutils/kcpuload/Makefile
2012-06-01 05:26:28 +00:00

25 lines
512 B
Makefile

# New ports collection makefile for: KCPUload
# Date Created: 10 Jan, 2003
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kcpuload
PORTVERSION= 1.99
PORTREVISION= 13
CATEGORIES= sysutils kde
MASTER_SITES= http://www.brueffer.de/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= CPU meter for Kicker
USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>