Bump x11-drivers/xf86-input-vmmouse to version 13.1.0_1
[dports.git] / x11-drivers / xf86-input-vmmouse / Makefile
1 # Created by: NIIMI Satoshi <sa2c@sa2c.net>
2 # $FreeBSD$
3
4 PORTNAME=       xf86-input-vmmouse
5 PORTVERSION=    13.1.0
6 PORTREVISION=   1
7 CATEGORIES=     x11-drivers
8
9 MAINTAINER=     x11@FreeBSD.org
10 COMMENT=        X.Org vmmouse input driver
11
12 LIB_DEPENDS=    libhal.so:sysutils/hal
13
14 USES=           gmake
15 XORG_CAT=       driver
16 CONFIGURE_ARGS= --with-hal-callouts-dir=${PREFIX}/libexec/hal/scripts
17
18 ONLY_FOR_ARCHS= i386 amd64
19 ONLY_FOR_ARCHS_REASON=  The vmmouse protocol is only supported on x86-compatible architectures.
20
21 .include <bsd.port.mk>