summaryrefslogtreecommitdiff
path: root/misc/gkrellm-leds/Makefile
diff options
context:
space:
mode:
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"