mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
18 lines
346 B
Makefile
18 lines
346 B
Makefile
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>
|