ports/wayland/libinput-openbsd/Makefile

33 lines
562 B
Makefile
Raw Normal View History

2023-09-08 05:21:37 +00:00
COMMENT = wscons(4) and kqueue(2) based port of libinput
2023-08-18 18:38:43 +00:00
2023-09-08 05:21:37 +00:00
CATEGORIES = x11 wayland
2023-08-18 18:38:43 +00:00
2023-09-08 05:21:37 +00:00
GH_ACCOUNT = sizeofvoid
GH_PROJECT = libopeninput
GH_COMMIT = 26b7c6bc8b79f2fbc8c58e01d3432ffd7e346d8d
2023-08-18 18:38:43 +00:00
2023-09-08 05:21:37 +00:00
DISTNAME = libinput-openbsd-1.24.0
2023-08-18 18:38:43 +00:00
2023-09-08 05:21:37 +00:00
SHARED_LIBS = input 0.0
2023-08-18 18:38:43 +00:00
2023-09-08 05:21:37 +00:00
WANTLIB += epoll-shim m udev
2023-08-18 18:38:43 +00:00
2023-09-08 05:21:37 +00:00
# BSD
PERMIT_PACKAGE = Yes
MODULES = devel/meson \
lang/python
LIB_DEPENDS = devel/epoll-shim \
sysutils/libudev-openbsd
CONFIGURE_ARGS = -Dlibwacom=false \
-Ddocumentation=false
# XXX debugging
CFLAGS = -O0 -g
DEBUG_PACKAGES = ${BUILD_PACKAGES}
2023-08-18 18:38:43 +00:00
.include <bsd.port.mk>