mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
e1ed685f24
Changes: https://gitlab.freedesktop.org/libevdev/libevdev/-/compare/libevdev-1.13.1...libevdev-1.13.2 Differential Revision: https://reviews.freebsd.org/D45544 Sponsored by: Beckhoff Automation GmbH & Co. KG
19 lines
492 B
Makefile
19 lines
492 B
Makefile
PORTNAME= libevdev
|
|
PORTVERSION= 1.13.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Linux Event Device library
|
|
WWW= https://www.freedesktop.org/wiki/Software/libevdev/
|
|
|
|
LICENSE= MIT # without linux/*.h
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= meson pkgconfig python:build shebangfix tar:xz
|
|
USE_LDCONFIG= yes
|
|
MESON_ARGS= -Ddocumentation=disabled -Dtests=disabled
|
|
BINARY_ALIAS= python3=${PYTHON_CMD}
|
|
|
|
.include <bsd.port.mk>
|