2013-09-21 01:05:58 +02:00
|
|
|
# Created by: Daniel Walter <sahne@0x90.at>
|
2010-04-14 17:28:28 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bsdmoted
|
|
|
|
PORTVERSION= 0.4.0
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= SF
|
|
|
|
|
|
|
|
MAINTAINER= sahne@0x90.at
|
|
|
|
COMMENT= Use Wii remote as mouse
|
|
|
|
|
2016-08-24 17:13:47 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
BROKEN_powerpc64= does not build
|
|
|
|
BROKEN_FreeBSD_11= does not build (bluetooth changes in 11.x need to be handled)
|
|
|
|
BROKEN_FreeBSD_12= does not build (bluetooth changes in 11.x need to be handled)
|
2016-04-21 18:43:14 +02:00
|
|
|
|
2014-09-03 23:07:17 +02:00
|
|
|
USES= uidfix
|
2010-04-14 17:28:28 +02:00
|
|
|
PLIST_FILES= sbin/bsdmoted
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|