summaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-input-libinput/Makefile
blob: cfe6d2edbd81da1be40fabe5d730b2cbc598214a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	xf86-input-libinput
PORTVERSION=	0.25.0
PORTREVISION=	1
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>