mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
72dc9c9d4a
Suggested by: jbeich
22 lines
373 B
Makefile
22 lines
373 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= btsixad
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 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>
|