diff options
author | steve <steve@FreeBSD.org> | 1998-07-13 06:54:07 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-13 06:54:07 +0800 |
commit | 368056cb9c55d905554a05f61abc10422cde54ef (patch) | |
tree | 574ddae4bf85229cdbca20c1eb3673c03632b207 /x11 | |
parent | 0666b123869cf4a979f4ba6deaaa2a684bb86896 (diff) | |
download | freebsd-ports-gnome-368056cb9c55d905554a05f61abc10422cde54ef.tar.gz freebsd-ports-gnome-368056cb9c55d905554a05f61abc10422cde54ef.tar.zst freebsd-ports-gnome-368056cb9c55d905554a05f61abc10422cde54ef.zip |
Initial import of kbmb2 version 1.0.
Redirect any key to the second mouse button.
PR: 7225
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kb2mb2/Makefile | 19 | ||||
-rw-r--r-- | x11/kb2mb2/distinfo | 1 | ||||
-rw-r--r-- | x11/kb2mb2/pkg-comment | 1 | ||||
-rw-r--r-- | x11/kb2mb2/pkg-descr | 3 | ||||
-rw-r--r-- | x11/kb2mb2/pkg-plist | 1 |
5 files changed, 25 insertions, 0 deletions
diff --git a/x11/kb2mb2/Makefile b/x11/kb2mb2/Makefile new file mode 100644 index 000000000000..203518e3a471 --- /dev/null +++ b/x11/kb2mb2/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: kb2mb2 +# Version required: 1.0 +# Date created: 24 December 1997 +# Whom: Tatsumi Hosokawa +# +# $Id: $ +# + +DISTNAME= kb2mb2-1.0 +CATEGORIES= x11 +MASTER_SITES= http://www.jp.FreeBSD.org/~hosokawa/XFree86/ + +MAINTAINER= sada@e-mail.ne.jp + +USE_IMAKE= yes +#XMKMF= xmkmf +NO_INSTALL_MANPAGES= yes + +.include <bsd.port.mk> diff --git a/x11/kb2mb2/distinfo b/x11/kb2mb2/distinfo new file mode 100644 index 000000000000..526494e6fc36 --- /dev/null +++ b/x11/kb2mb2/distinfo @@ -0,0 +1 @@ +MD5 (kb2mb2-1.0.tar.gz) = 9a3b82e8ebc016c05ff8f897017a6776 diff --git a/x11/kb2mb2/pkg-comment b/x11/kb2mb2/pkg-comment new file mode 100644 index 000000000000..4117964ab569 --- /dev/null +++ b/x11/kb2mb2/pkg-comment @@ -0,0 +1 @@ +Redirect any key to second mouse button (yet another Emulate3Button util.) diff --git a/x11/kb2mb2/pkg-descr b/x11/kb2mb2/pkg-descr new file mode 100644 index 000000000000..3f21bae0103c --- /dev/null +++ b/x11/kb2mb2/pkg-descr @@ -0,0 +1,3 @@ +kb2mb2 redirects evants caused by a key to second mouse button. +It uses right windows button by default. +See kb2mb2 -h for details. diff --git a/x11/kb2mb2/pkg-plist b/x11/kb2mb2/pkg-plist new file mode 100644 index 000000000000..6996de57ff55 --- /dev/null +++ b/x11/kb2mb2/pkg-plist @@ -0,0 +1 @@ +bin/kb2mb2 |