1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/devel/libevdev/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>