f514053c34
Update x11-drivers/xf86-input-libinput to 0.28.2. This is a bugfix release. Changelog: https://lists.x.org/archives/xorg-announce/2019-February/002938.html PR: 235502 Submitted by: pete@nomadlogic.org Sponsored by: B3 Init (zeising)
19 lines
380 B
Makefile
19 lines
380 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xf86-input-libinput
|
|
PORTVERSION= 0.28.2
|
|
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
|
|
|
|
XORG_CAT= driver
|
|
USES= pathfix
|
|
|
|
.include <bsd.port.mk>
|