aboutsummaryrefslogtreecommitdiff
path: root/sysutils/kcpuload/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-01-10 05:08:08 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-01-10 05:08:08 +0000
commit70796db3cc414c7a8f4026a88201f9f46f8545c9 (patch)
treee93a4b2d52563174bdf9781e4db2463e950b7576 /sysutils/kcpuload/Makefile
parent3644eb6e1ecd9c89774fa7d4a9227e9b44bed228 (diff)
Add kcpuload 1.99, CPU meter for KDE Kicker.
Notes
Notes: svn path=/head/; revision=72831
Diffstat (limited to 'sysutils/kcpuload/Makefile')
-rw-r--r--sysutils/kcpuload/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/kcpuload/Makefile b/sysutils/kcpuload/Makefile
new file mode 100644
index 000000000000..d1c5918489c4
--- /dev/null
+++ b/sysutils/kcpuload/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: KCPUload
+# Date Created: 10 Jan, 2003
+# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= kcpuload
+PORTVERSION= 1.99
+CATEGORIES= sysutils kde
+MASTER_SITES= http://ftp.kde.com/Administration/Monitoring/Resources/KCPULoad/
+
+MAINTAINER= kuriyama@FreeBSD.org
+
+USE_KDELIBS_VER=3
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --program-transform-name="-e s,x,x,"
+
+# Hmm, I don't know how to tell meinproc where it should search for DTDs...
+post-patch:
+ @${LN} -s ${PREFIX}/share/apps/ksgmltools2/customization/dtd ${WRKSRC}/doc/en/dtd
+
+.include <bsd.port.mk>