diff options
author | marino <marino@FreeBSD.org> | 2014-08-24 07:53:38 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-24 07:53:38 +0800 |
commit | 73b3913fd1adb7fa1a8ab9e09f9e373405d2b748 (patch) | |
tree | 2fccff0d2e93d842fefb91bd16d934c04d8b624e /sysutils/Makefile | |
parent | 1c9a17b933959b2077eec65b89da75cb38e387c5 (diff) | |
download | freebsd-ports-gnome-73b3913fd1adb7fa1a8ab9e09f9e373405d2b748.tar.gz freebsd-ports-gnome-73b3913fd1adb7fa1a8ab9e09f9e373405d2b748.tar.zst freebsd-ports-gnome-73b3913fd1adb7fa1a8ab9e09f9e373405d2b748.zip |
Add new port sysutils/btsixad
PR: 192412
Submitted by: Andrey Zholos
The btsixad daemon allows the PlayStation 3 Sixaxis gamepad to be used
wirelessly over Bluetooth. When a gamepad is connected, the daemon cre-
ates a virtual USB HID device named btsixa*. This can be symlinked to
uhid* and used like an ordinary USB joystick or gamepad by SDL and other
programs.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 212c3700dae0..9583f2b83f24 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -91,6 +91,7 @@ SUBDIR += bsdmoted SUBDIR += bsdploy SUBDIR += bsdstats + SUBDIR += btsixad SUBDIR += bubblemon-dockapp SUBDIR += bulk_extractor SUBDIR += busybox |