blob: 9b512e7f25d3fb4db6d11430d286239b6a417319 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
PORTNAME= libinput
DISTVERSION= 1.28.1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Generic input library
WWW= https://www.freedesktop.org/wiki/Software/libinput/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}evdev>0:devel/py-evdev@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyudev>0:devel/py-pyudev@${PY_FLAVOR}
LIB_DEPENDS= libevdev.so:devel/libevdev \
libepoll-shim.so:devel/libepoll-shim \
libudev.so:devel/libudev-devd \
libmtdev.so:devel/libmtdev
USES= cpe localbase meson pkgconfig python:run shebangfix
USE_LDCONFIG= yes
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org
CPE_VENDOR= freedesktop
MESON_ARGS= -Ddocumentation=false -Dtests=false
SHEBANG_FILES= tools/*.py
OPTIONS_DEFINE= DEBUG_GUI LIBWACOM
OPTIONS_DEFAULT=LIBWACOM
OPTIONS_SUB= yes
DEBUG_GUI_DESC= Build the GUI event viewer
LIBWACOM_DESC= Libwacom support
DEBUG_GUI_USES= gnome xorg
DEBUG_GUI_USE= GNOME=gtk30,glib20,cairo xorg=x11
DEBUG_GUI_LIB_DEPENDS= libwayland-client.so:graphics/wayland
DEBUG_GUI_MESON_TRUE= debug-gui
LIBWACOM_LIB_DEPENDS= libwacom.so:x11/libwacom
LIBWACOM_MESON_TRUE= libwacom
.include <bsd.port.mk>
|