summaryrefslogtreecommitdiff
path: root/sysutils/tpb/Makefile
diff options
context:
space:
mode:
authorsoren <soren@pkgsrc.org>2004-02-02 15:49:17 +0000
committersoren <soren@pkgsrc.org>2004-02-02 15:49:17 +0000
commit75247caf8d7a1749fdae60b302a0c36ccc4a7eda (patch)
treeab5bfbd8c6721a300329bec2cc545984dec29882 /sysutils/tpb/Makefile
parent55293024b8759fdc7efbf0c17adb4c5cd64b8a4d (diff)
downloadpkgsrc-75247caf8d7a1749fdae60b302a0c36ccc4a7eda.tar.gz
This program enables the IBM Thinkpad(tm) special keys. It is possible to bind
a program to the ThinkPad button. It has a on-screen display (OSD) to show volume, mute and brightness of the LCD.
Diffstat (limited to 'sysutils/tpb/Makefile')
-rw-r--r--sysutils/tpb/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/tpb/Makefile b/sysutils/tpb/Makefile
new file mode 100644
index 00000000000..e3b355c888b
--- /dev/null
+++ b/sysutils/tpb/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2004/02/02 15:49:17 soren Exp $
+#
+
+DISTNAME= tpb-0.6.1
+PKGREVISION= 1
+CATEGORIES= sysutils
+MASTER_SITES= http://savannah.nongnu.org/download/tpb/
+
+MAINTAINER= soren@NetBSD.org
+HOMEPAGE= http://www.nongnu.org/tpb/
+COMMENT= Utility to enable the IBM ThinkPad(tm) special keys
+
+ONLY_FOR_PLATFORM= *-*-i386
+
+USE_X11= YES
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tpb
+.for f in callback_example.sh nvram.txt tpbrc
+ ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${PREFIX}/share/doc/tpb
+.endfor
+
+.include "../../x11/xosd/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"