summaryrefslogtreecommitdiff
path: root/x11/xf86-input-ws
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2019-08-11 21:21:48 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2019-08-11 21:21:48 +0200
commit6a0a016e615305da450ef1579b7a13995fdf0956 (patch)
tree2334034d2fc7e4cf5e6e526805e9084ea25c2510 /x11/xf86-input-ws
parentb3679f9d6c87da3732777e45c121ac29bc218566 (diff)
initial xf86-input-ws
Diffstat (limited to 'x11/xf86-input-ws')
-rw-r--r--x11/xf86-input-ws/Makefile27
-rw-r--r--x11/xf86-input-ws/distinfo2
-rw-r--r--x11/xf86-input-ws/pkg/DESCR1
-rw-r--r--x11/xf86-input-ws/pkg/PLIST9
4 files changed, 39 insertions, 0 deletions
diff --git a/x11/xf86-input-ws/Makefile b/x11/xf86-input-ws/Makefile
new file mode 100644
index 0000000..f572e41
--- /dev/null
+++ b/x11/xf86-input-ws/Makefile
@@ -0,0 +1,27 @@
+# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $
+COMMENT = input driver for wsmouse pointers devices
+DISTNAME = xf86-input-ws-1.3.0
+CATEGORIES = x11
+
+HOMEPAGE = https://xenocara.org/driver/xf86-input-ws
+
+MAINTAINER = xenocara@openbsd.org
+
+# MIT
+PERMIT_PACKAGE = Yes
+
+MASTER_SITES = ${MASTER_SITE_XENOCARA:=driver/}
+
+#MODULES = ???
+BUILD_DEPENDS = x11/xorg-server
+
+SEPARATE_BUILD = Yes
+CONFIGURE_STYLE = gnu
+CONFIGURE_ARGS+= --with-xorg-module-dir=${LOCALBASE}/lib/modules
+
+#AUTOCONF_VERSION = ??? (defaults to 2.13)
+#AUTOMAKE_VERSION = ??? (defaults to 1.4)
+
+NO_TEST = Yes
+
+.include <bsd.port.mk>
diff --git a/x11/xf86-input-ws/distinfo b/x11/xf86-input-ws/distinfo
new file mode 100644
index 0000000..b983069
--- /dev/null
+++ b/x11/xf86-input-ws/distinfo
@@ -0,0 +1,2 @@
+SHA256 (xf86-input-ws-1.3.0.tar.gz) = n2X9FZra7ClBxMFC3FTrgy+4M93NUjDnTGTbqLDGOaI=
+SIZE (xf86-input-ws-1.3.0.tar.gz) = 346667
diff --git a/x11/xf86-input-ws/pkg/DESCR b/x11/xf86-input-ws/pkg/DESCR
new file mode 100644
index 0000000..8a2bc6d
--- /dev/null
+++ b/x11/xf86-input-ws/pkg/DESCR
@@ -0,0 +1 @@
+This driver handles wsmouse devices under *BSD
diff --git a/x11/xf86-input-ws/pkg/PLIST b/x11/xf86-input-ws/pkg/PLIST
new file mode 100644
index 0000000..28af847
--- /dev/null
+++ b/x11/xf86-input-ws/pkg/PLIST
@@ -0,0 +1,9 @@
+@comment $OpenBSD: PLIST,v$
+include/xorg/
+include/xorg/ws-properties.h
+lib/modules/
+lib/modules/input/
+lib/modules/input/ws_drv.a
+lib/modules/input/ws_drv.la
+lib/modules/input/ws_drv.so
+@man man/man4/ws.4