1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/sysutils/btsixad/Makefile
2019-11-30 20:54:03 +00:00

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>