15 lines
259 B
Makefile
15 lines
259 B
Makefile
# Created by: 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
|
|
|
|
USES= uidfix
|
|
PLIST_FILES= sbin/bsdmoted
|
|
|
|
.include <bsd.port.mk>
|