diff options
author | agc <agc@pkgsrc.org> | 2003-05-28 07:25:41 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-05-28 07:25:41 +0000 |
commit | d0a58e9db0e4dc485c8f9a2aae20f96e90ef9845 (patch) | |
tree | 7220eb8fe803ae6305cd6daa3a293fc6db143336 /sysutils | |
parent | 0efeb19587dcf52d639cb9c894e2ff69688f428a (diff) | |
download | pkgsrc-d0a58e9db0e4dc485c8f9a2aae20f96e90ef9845.tar.gz |
Initial import of the X11-based part of xmbmon-201 into the NetBSD
Packages Collection.
xmbmon is an X11-based program for monitoring motherboard environmental
information.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xmbmon/DESCR | 1 | ||||
-rw-r--r-- | sysutils/xmbmon/Makefile | 18 | ||||
-rw-r--r-- | sysutils/xmbmon/PLIST | 2 |
3 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/xmbmon/DESCR b/sysutils/xmbmon/DESCR new file mode 100644 index 00000000000..3910eda1744 --- /dev/null +++ b/sysutils/xmbmon/DESCR @@ -0,0 +1 @@ +X11-based program for monitoring motherboard environmental information. diff --git a/sysutils/xmbmon/Makefile b/sysutils/xmbmon/Makefile new file mode 100644 index 00000000000..5e464052d91 --- /dev/null +++ b/sysutils/xmbmon/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/05/28 07:25:41 agc Exp $ +# + +.include "../../sysutils/mbmon/Makefile.common" + +PKGNAME= xmbmon-201 + +COMMENT= X11-based motherboard monitoring utility + +USE_X11= yes +USE_BUILDLINK2= yes + +ALL_TARGET= xmbmon + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xmbmon ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/xmbmon/PLIST b/sysutils/xmbmon/PLIST new file mode 100644 index 00000000000..6b1a79bcbb5 --- /dev/null +++ b/sysutils/xmbmon/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/28 07:25:41 agc Exp $ +bin/xmbmon |