summaryrefslogtreecommitdiff
path: root/misc/gkrellm-leds/Makefile
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-02-25 00:52:33 +0000
committercube <cube@pkgsrc.org>2004-02-25 00:52:33 +0000
commit1da9301684035f79a5f14337e9493b2249e51a2b (patch)
tree467749681f38e5ef49cafb7b76f93f79bec9cc12 /misc/gkrellm-leds/Makefile
parent3de901e43ec66677a86b4bc1b08fbf4a7d9db51c (diff)
downloadpkgsrc-1da9301684035f79a5f14337e9493b2249e51a2b.tar.gz
Initial import of gkrellm-leds, version 0.8.1 into the NetBSD Package
Collection. gkleds is a GKrellM plugin which monitors the CapsLock, NumLock and ScrollLock keys and reports their current status via on screen LEDs. This is useful for people who have keyboards without LEDs, typically cordless keyboards. It also lets you toggle the indicator state via mouse clicks.
Diffstat (limited to 'misc/gkrellm-leds/Makefile')
-rw-r--r--misc/gkrellm-leds/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/gkrellm-leds/Makefile b/misc/gkrellm-leds/Makefile
new file mode 100644
index 00000000000..d641efb8014
--- /dev/null
+++ b/misc/gkrellm-leds/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/25 00:52:33 cube Exp $
+#
+
+DISTNAME= gkleds-0.8.1
+PKGNAME= ${DISTNAME:S/^gk/gkrellm-/}
+CATEGORIES= misc
+MASTER_SITES= http://heim.ifi.uio.no/~oyvinha/files/files/
+
+MAINTAINER= cube@NetBSD.org
+HOMEPAGE= http://heim.ifi.uio.no/~oyvinha/article.php?2.0.0
+COMMENT= GKrellM plugin that monitors CapsLock, NumLock and ScrollLock keys
+
+USE_BUILDLINK3= YES
+USE_GNU_TOOLS+= make
+ALL_TARGET= unix
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/gkleds.so ${PREFIX}/lib/gkrellm2/plugins
+
+.include "../../sysutils/gkrellm/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"