1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/sysutils/btsixad/Makefile
Christian Weisgerber 78d0d94a0b sysutils/*: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-21 08:57:58 +00:00

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>