mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
00bda700bc
Approved by: portmgr (blanket infrastructure)
18 lines
314 B
Makefile
18 lines
314 B
Makefile
# Created by: Tatsumi Hosokawa
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kb2mb2
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Redirect any key to second mouse button
|
|
|
|
PLIST_FILES= bin/kb2mb2
|
|
USES= imake
|
|
USE_XORG= x11 xext xtst
|
|
|
|
.include <bsd.port.mk>
|