blob: c21cd97cb345a07a8572fcfd8ea134ff0dd61320 (
plain)
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
|
PORTNAME= xf86-input-synaptics
PORTVERSION= 1.9.1
PORTREVISION= 10
CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org synaptics input driver
WWW= https://www.x.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= pathfix xorg xorg-cat:driver
USE_XORG= x11 xtst
OPTIONS_DEFINE= EVDEV
OPTIONS_DEFAULT_FreeBSD= EVDEV
OPTIONS_DEFAULT=${OPTIONS_DEFAULT_${OPSYS}}
EVDEV_DESC= Use evdev for input events (requires kernel support)
EVDEV_CONFIGURE_ENV= BUILD_EVENTCOMM=yes
EVDEV_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
EVDEV_LIB_DEPENDS= libevdev.so:devel/libevdev
.include <bsd.port.mk>
|