freebsd-ports/sysutils/btsixad/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

23 lines
411 B
Makefile

# $FreeBSD$
PORTNAME= btsixad
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://althenia.net/files/
MAINTAINER= aaz@q-fu.com
COMMENT= Driver for Sixaxis gamepad connected over Bluetooth
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libcuse4bsd.so:multimedia/cuse4bsd-kmod
USES= uidfix
PLIST_FILES= sbin/btsixad \
etc/rc.d/btsixad \
etc/devd/btsixad.conf \
man/man8/btsixad.8.gz
.include <bsd.port.mk>