blob: 46b445439c70c0dcbe1f19e50e9350b4e4e71dd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= xf86-input-libinput
PORTVERSION= 1.3.0
CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org libinput input driver
WWW= https://www.x.org/
LICENSE= MIT # various styles
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
LIB_DEPENDS= libinput.so:x11/libinput
USES= pathfix tar:xz xorg-cat:driver
.include <bsd.port.mk>
|