mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
78d0d94a0b
Approved by: portmgr (blanket)
23 lines
447 B
Makefile
23 lines
447 B
Makefile
PORTNAME= btsixad
|
|
PORTVERSION= 0.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://althenia.net/files/
|
|
|
|
MAINTAINER= aaz@q-fu.com
|
|
COMMENT= Driver for Sixaxis gamepad connected over Bluetooth
|
|
WWW= http://althenia.net/btsixad
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= uidfix
|
|
|
|
MAKE_ARGS= MANDIR="${PREFIX}/share/man/man"
|
|
|
|
PLIST_FILES= sbin/btsixad \
|
|
etc/rc.d/btsixad \
|
|
etc/devd/btsixad.conf \
|
|
share/man/man8/btsixad.8.gz
|
|
|
|
.include <bsd.port.mk>
|