blob: c9a940832520356eae863d326504d2090e337f97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
COMMENT = input driver for the X keyboard
DISTNAME = xf86-input-keyboard-2.0.0
CATEGORIES = x11
HOMEPAGE = https://gitlab.freedesktop.org/xorg/driver/xf86-input-keyboard
MAINTAINER = xenocara@openbsd.org
# MIT
PERMIT_PACKAGE = Yes
SITES = ${SITE_XORG:=driver/}
MODULES = xenocara
BUILD_DEPENDS = x11/xorg-server
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS+= --with-xorg-module-dir=${X11BASE}/lib/modules
NO_TEST = Yes
.include <bsd.port.mk>
|