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

PORTNAME=   xf86-input-synaptics
PORTVERSION=    ${SYNAPTICS_VERSION}
PORTREVISION=   1
CATEGORIES= x11-drivers

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

CONFLICTS=  synaptics-[0-9]*

USES=       pathfix
USE_XORG=   x11 xtst
XORG_CAT=   driver

.include <bsd.port.options.mk>

.if defined(WITH_NEW_XORG)
SYNAPTICS_VERSION=  1.7.4
SYNAPTICS_REVISION= 1
PLIST_SUB+= NEW="" OLD="@comment "
.else
SYNAPTICS_VERSION=  1.6.4
SYNAPTICS_REVISION= 1
PLIST_SUB+= NEW="@comment " OLD=""
EXTRA_PATCHES+= ${PATCHDIR}/extra-Makefile.in
.endif

.include <bsd.port.mk>