mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
1b11f2a57b
safeness, reset MAINTAINER to ports. Approved by: kuriyama (former maintainer)
26 lines
526 B
Makefile
26 lines
526 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= 4
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= http://www.brueffer.de/distfiles/
|
|
|
|
MAINTAINER= ports@freebsd.org
|
|
COMMENT= CPU meter for Kicker
|
|
|
|
USE_KDELIBS_VER=3
|
|
GNU_CONFIGURE= yes
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.mk>
|