blob: 3264d567dbf56935a2dc95037351ee0c85a6ce63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= libevdev
PORTVERSION= 1.9.1.20200928
CATEGORIES= devel
#MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/
MAINTAINER= x11@FreeBSD.org
COMMENT= Linux Event Device library
LICENSE= MIT # without linux/*.h
LICENSE_FILE= ${WRKSRC}/COPYING
USES= meson pkgconfig python:3.5+,build shebangfix
USE_LDCONFIG= yes
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org
GL_COMMIT= 6ea230bc72353c54fac628987b87cc1d3b6fd842
MESON_ARGS= -Ddocumentation=disabled -Dtests=disabled
BINARY_ALIAS= python3=${PYTHON_CMD}
.include <bsd.port.mk>
|