d666f8b470
o Fix build. o SIZEify. o Respect CFLAGS and PTHREAD_LIBS. o Remove more empty directories. PR: ports/63080 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
26 lines
567 B
Makefile
26 lines
567 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= 3
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= http://www.brueffer.de/distfiles/
|
|
|
|
MAINTAINER= kuriyama@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' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
|
.include <bsd.port.post.mk>
|