mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
17 lines
376 B
Makefile
17 lines
376 B
Makefile
# Created by: NIIMI Satoshi <sa2c@sa2c.net>
|
|
|
|
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= The vmmouse protocol is only supported on x86-compatible architectures.
|
|
|
|
.include <bsd.port.mk>
|