diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-12 22:54:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-12 22:54:07 +0000 |
commit | 5e9d600ba35e201f0ae95bc4973543b079c8fb50 (patch) | |
tree | b5229fb735240f502e57a9dcf87d86d996cdd665 /x11 | |
parent | 3056ffbdb06d87cd6f00f845b85f9b4a288fb876 (diff) | |
download | ports-5e9d600ba35e201f0ae95bc4973543b079c8fb50.tar.gz ports-5e9d600ba35e201f0ae95bc4973543b079c8fb50.zip |
Notes
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 |