mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
17 lines
292 B
Makefile
17 lines
292 B
Makefile
# Created by: Tatsumi Hosokawa
|
|
|
|
PORTNAME= kb2mb2
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= PORTS_JP
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Redirect any key to second mouse button
|
|
|
|
PLIST_FILES= bin/kb2mb2
|
|
USES= imake xorg
|
|
USE_XORG= x11 xext xtst
|
|
|
|
.include <bsd.port.mk>
|