summaryrefslogtreecommitdiff
path: root/sysutils/wmSMPmon/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2005-01-12 11:52:09 +0000
committeragc <agc@pkgsrc.org>2005-01-12 11:52:09 +0000
commit521a64f75500ced0ab8e9143f2652ba44bdc5089 (patch)
tree47b27c529cdf0b561a98984ea4710b34bb028b1a /sysutils/wmSMPmon/Makefile
parent144c8c0beae8681278fa26a12eead95c5cc9068b (diff)
downloadpkgsrc-521a64f75500ced0ab8e9143f2652ba44bdc5089.tar.gz
Initial import of wmSMPmon-2.3 into the Packages Collection, provided by
Joel CARNAT in PR 28939, minor modifications by myself. wmSMPmon is a CPU monitoring applet for SMP systems running Window Maker. (it displays SMP CPU load just fine, despite what it says in the PR).
Diffstat (limited to 'sysutils/wmSMPmon/Makefile')
-rw-r--r--sysutils/wmSMPmon/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/wmSMPmon/Makefile b/sysutils/wmSMPmon/Makefile
new file mode 100644
index 00000000000..558756fda44
--- /dev/null
+++ b/sysutils/wmSMPmon/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/12 11:52:10 agc Exp $
+
+DISTNAME= wmSMPmon-2.3
+CATEGORIES= sysutils x11
+MASTER_SITES= http://goupilfr.org/arch/
+
+MAINTAINER= Joel CARNAT <joel@carnat.net>
+HOMEPAGE= http://goupilfr.org/?soft=wmsmpmon
+COMMENT= Dockable CPU (SMP) monitor
+
+WRKSRC= ${WRKDIR}/wmSMPmon-2.x/wmSMPmon
+
+USE_BUILDLINK3= yes
+USE_X11= yes
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/wmsmpmon.1 ${PREFIX}/man/man1/wmSMPmon.1
+
+.include "../../graphics/xpm/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"