blob: 8053b1041c9e639eb87bc88df3a887c467f86888 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= xf86-input-libinput
PORTVERSION= 0.30.0
PORTREVISION= 1
CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org libinput input driver
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 xorg-cat:driver
.include <bsd.port.mk>
|