mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
6e18a82ce3
Changes: https://gitlab.freedesktop.org/libevdev/libevdev/-/compare/6ea230b...libevdev-1.13.1 PR: 276653 Approved by: manu
19 lines
492 B
Makefile
19 lines
492 B
Makefile
PORTNAME= libevdev
|
|
PORTVERSION= 1.13.1
|
|
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>
|