summaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-input-vmmouse/Makefile
blob: 0b42fb9d06699903c6a474e1a19b031447518df6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: NIIMI Satoshi <sa2c@sa2c.net>
# $FreeBSD$

PORTNAME=   xf86-input-vmmouse
PORTVERSION=    13.0.0
CATEGORIES= x11-drivers

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

LIB_DEPENDS+=   hal.1:${PORTSDIR}/sysutils/hal

XORG_CAT=   driver
CONFIGURE_ARGS= --with-hal-callouts-dir=${PREFIX}/libexec/hal/scripts
USE_GMAKE=  yes

MAN1=       vmmouse_detect.1
MAN4=       vmmouse.4x

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

.include <bsd.port.options.mk>

.if defined(WITH_NEW_XORG)
PLIST_SUB+= NEW=""
.else
PLIST_SUB+= NEW="@comment "
.endif

.include <bsd.port.mk>