diff options
author | agc <agc@pkgsrc.org> | 2005-01-12 11:52:09 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2005-01-12 11:52:09 +0000 |
commit | a237fb6f049d84497929c4d651456114a12fa383 (patch) | |
tree | 47b27c529cdf0b561a98984ea4710b34bb028b1a /sysutils/wmSMPmon/Makefile | |
parent | 5a68df111381014b6414c4f3e891ef412a6ccd78 (diff) | |
download | pkgsrc-a237fb6f049d84497929c4d651456114a12fa383.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/Makefile | 20 |
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" |