blob: b748e2294987f04cf668bfc012af0d9ccbeca743 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= btsixad
PORTVERSION= 0.1.1
CATEGORIES= sysutils
MASTER_SITES= http://althenia.net/files/
MAINTAINER= aaz@q-fu.com
COMMENT= Driver for Sixaxis gamepad connected over Bluetooth
LICENSE= BSD2CLAUSE
USES= uidfix
PLIST_FILES= sbin/btsixad \
etc/rc.d/btsixad \
etc/devd/btsixad.conf \
man/man8/btsixad.8.gz
.include <bsd.port.mk>
|