mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
4c46ca73d8
Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
18 lines
304 B
Makefile
18 lines
304 B
Makefile
# Created by: Tatsumi Hosokawa
|
|
# $FreeBSD$
|
|
|
|
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>
|