diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-04-14 23:28:28 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-04-14 23:28:28 +0800 |
commit | af4d7013cb1950137291f3763805235b16ea57c4 (patch) | |
tree | 0e66f739196a407ad53ef04e8899284889310a3b /sysutils | |
parent | 929d3d4e21f8eba1285fa3d64eee388beff1eac8 (diff) | |
download | freebsd-ports-gnome-af4d7013cb1950137291f3763805235b16ea57c4.tar.gz freebsd-ports-gnome-af4d7013cb1950137291f3763805235b16ea57c4.tar.zst freebsd-ports-gnome-af4d7013cb1950137291f3763805235b16ea57c4.zip |
Wii remote is an innovative hci developed by Nintendo.
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>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/bsdmoted/Makefile | 18 | ||||
-rw-r--r-- | sysutils/bsdmoted/distinfo | 3 | ||||
-rw-r--r-- | sysutils/bsdmoted/files/patch-Makefile | 11 | ||||
-rw-r--r-- | sysutils/bsdmoted/pkg-descr | 6 |
5 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index f35b51c5f02f..265e92e1edd4 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -74,6 +74,7 @@ SUBDIR += bsdadminscripts SUBDIR += bsdcrashtar SUBDIR += bsdhwmon + SUBDIR += bsdmoted SUBDIR += bsdsar SUBDIR += bsdstats SUBDIR += bubblemon-dockapp diff --git a/sysutils/bsdmoted/Makefile b/sysutils/bsdmoted/Makefile new file mode 100644 index 000000000000..6e888dc0eb22 --- /dev/null +++ b/sysutils/bsdmoted/Makefile @@ -0,0 +1,18 @@ +# 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> diff --git a/sysutils/bsdmoted/distinfo b/sysutils/bsdmoted/distinfo new file mode 100644 index 000000000000..80c01497789f --- /dev/null +++ b/sysutils/bsdmoted/distinfo @@ -0,0 +1,3 @@ +MD5 (bsdmoted-0.4.0.tar.gz) = 7fb6ca9f7c28afebfce0c42191088856 +SHA256 (bsdmoted-0.4.0.tar.gz) = cabd0a593ae83430434a1a7ad4eb261b4f1b1050f4a3175ffdd7585a117a5022 +SIZE (bsdmoted-0.4.0.tar.gz) = 23539 diff --git a/sysutils/bsdmoted/files/patch-Makefile b/sysutils/bsdmoted/files/patch-Makefile new file mode 100644 index 000000000000..ce6e2ef1d651 --- /dev/null +++ b/sysutils/bsdmoted/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile 2007-05-05 00:09:26.000000000 +0200 ++++ Makefile 2010-03-04 20:02:21.000000000 +0100 +@@ -15,6 +15,7 @@ + DPADD= ${LIBBLUETOOTH} ${LIBSDP} + LDADD= -lbluetooth -lusbhid + +-DESTDIR= /usr/local/sbin ++PREFIX?= /usr/local ++BINDIR= ${PREFIX}/sbin + + .include <bsd.prog.mk> diff --git a/sysutils/bsdmoted/pkg-descr b/sysutils/bsdmoted/pkg-descr new file mode 100644 index 000000000000..b7c0e6f9ffc7 --- /dev/null +++ b/sysutils/bsdmoted/pkg-descr @@ -0,0 +1,6 @@ +Wii remote is an innovative hci developed by Nintendo. +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 |