mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
a8d9df7e30
Bump portrevision on everything with a build dependency on devel/evdev-proto, to chace the update of evdev-proto in r550442.
20 lines
395 B
Makefile
20 lines
395 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|