Lines 1-17
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= xf86-input-synaptics |
3 |
PORTNAME= xf86-input-synaptics |
4 |
PORTVERSION= 1.8.2 |
4 |
PORTVERSION= 1.9.0 |
5 |
PORTREVISION= 1 |
|
|
6 |
CATEGORIES= x11-drivers |
5 |
CATEGORIES= x11-drivers |
7 |
|
6 |
|
8 |
MAINTAINER= x11@FreeBSD.org |
7 |
MAINTAINER= x11@FreeBSD.org |
9 |
COMMENT= X.Org synaptics input driver |
8 |
COMMENT= X.Org synaptics input driver |
10 |
|
9 |
|
11 |
CONFLICTS= synaptics-[0-9]* |
10 |
LICENSE= MIT |
|
|
11 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
|
12 |
|
13 |
USES= pathfix |
13 |
USES= pathfix |
14 |
USE_XORG= x11 xtst |
14 |
USE_XORG= x11 xtst |
15 |
XORG_CAT= driver |
15 |
XORG_CAT= driver |
16 |
|
16 |
|
|
|
17 |
INSTALL_TARGET= install-strip |
18 |
|
19 |
.if exists(/usr/include/dev/evdev/input.h) |
20 |
CONFIGURE_ENV+= BUILD_EVENTCOMM=yes |
21 |
BUILD_DEPENDS+= ${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat |
22 |
LIB_DEPENDS+= libevdev.so:devel/libevdev |
23 |
.endif |
24 |
|
17 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.mk> |