freebsd-ports/x11-drivers/xf86-input-libinput/Makefile
Matthew Rezny c0b298f393 Update to 0.25.0
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9956
2017-03-11 21:26:06 +00:00

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>