2413f5a9bc
This project intends to help FreeBSD users use wii remote as mouse. This project is based on bthidd, developed by Maksim Yevmenkin <m_evmenkin@yahoo.com>, and information from http://www.wiili.org. WWW: http://sourceforge.net/projects/bsdmoted PR: 144303 Submitted by: Daniel Walter <sahne@0x90.at>
18 lines
328 B
Makefile
18 lines
328 B
Makefile
# New ports collection makefile for: sysutils/bsdmoted
|
|
# Date created: 2010-02-25
|
|
# Whom: Daniel Walter <sahne@0x90.at>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bsdmoted
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= sahne@0x90.at
|
|
COMMENT= Use Wii remote as mouse
|
|
|
|
PLIST_FILES= sbin/bsdmoted
|
|
|
|
.include <bsd.port.mk>
|