summaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-input-synaptics/Makefile
blob: a343ddf1c85d6bd79909c0f8b6e812c0b0bc8f91 (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
# $FreeBSD$

PORTNAME=	xf86-input-synaptics
PORTVERSION=	1.9.1
PORTREVISION=	1
CATEGORIES=	x11-drivers

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

LICESNE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		pathfix
USE_XORG=	x11 xtst
XORG_CAT=	driver

OPTIONS_DEFINE=	EVDEV
EVDEV_DESC=	Use evdev for input events (requires kernel support)

EVDEV_CONFIGURE_ENV=	BUILD_EVENTCOMM=yes
EVDEV_BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat
EVDEV_LIB_DEPENDS=	libevdev.so:devel/libevdev

.include <bsd.port.mk>