freebsd-ports/sysutils/kcpuload/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

24 lines
514 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= 7
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:15
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>