mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
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>
12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
--- 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>
|