c0b298f393
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9956
18 lines
312 B
Makefile
18 lines
312 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xf86-input-libinput
|
|
PORTVERSION= 0.25.0
|
|
CATEGORIES= x11-drivers
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X.Org libinput input driver
|
|
|
|
LICENSE= MIT # various styles
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libinput.so:x11/libinput
|
|
|
|
XORG_CAT= driver
|
|
USES= pathfix
|
|
|
|
.include <bsd.port.mk>
|