aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-input-vmmouse/Makefile
blob: e33350835b35bcd4ed660ca4e776cfd1202767c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	xf86-input-vmmouse
PORTVERSION=	13.1.0
PORTREVISION=	5
CATEGORIES=	x11-drivers

MAINTAINER=	x11@FreeBSD.org
COMMENT=	X.Org vmmouse input driver

USES=		gmake xorg-cat:driver

ONLY_FOR_ARCHS=	i386 amd64
ONLY_FOR_ARCHS_REASON=	vmmouse protocol is only supported on x86-compatible architectures

.include <bsd.port.mk>