3f87b5cb51
Update xf86-video-ati to 7.8.0 Update xf86-video-intel to 2.99.917.20170103 Update xf86-input-synaptics to 1.9.0 Update xf86-input-evdev to 2.10.5 Update xf86-video-r128 to 6.10.2 Update xf86-video-rendition to 4.2.6 New port: xf86-video-geode PR: 214591,216269,214687,214593,214715,216276,216277,216278,216287, 216288,216292,216298,214560,216299,216300,216301,216302 Approved by: swills (mentor, portmgr) Differential Revision: https://reviews.freebsd.org/D9436
21 lines
496 B
Makefile
21 lines
496 B
Makefile
# Created by: NIIMI Satoshi <sa2c@sa2c.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xf86-input-vmmouse
|
|
PORTVERSION= 13.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-drivers
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org vmmouse input driver
|
|
|
|
LIB_DEPENDS= libhal.so:sysutils/hal
|
|
|
|
USES= gmake
|
|
XORG_CAT= driver
|
|
CONFIGURE_ARGS= --with-hal-callouts-dir=${PREFIX}/libexec/hal/scripts
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
ONLY_FOR_ARCHS_REASON= The vmmouse protocol is only supported on x86-compatible architectures.
|
|
|
|
.include <bsd.port.mk>
|