freebsd-ports/x11-drivers/xf86-input-synaptics/Makefile
Niclas Zeising c32f72e68d Switch all ports to use USES=xorg-cat
Change all ports to use USES=xorg-cat instead of the old XORG_CAT
Add USES=xorg and USES=gl as needed to x11@ ports
2019-11-03 21:56:37 +00:00

24 lines
546 B
Makefile

# $FreeBSD$
PORTNAME= xf86-input-synaptics
PORTVERSION= 1.9.1
PORTREVISION= 4
CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org synaptics input driver
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= pathfix xorg xorg-cat:driver
USE_XORG= x11 xtst
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:devel/evdev-proto
EVDEV_LIB_DEPENDS= libevdev.so:devel/libevdev
.include <bsd.port.mk>