diff options
-rw-r--r-- | x11/xinput/Makefile | 29 | ||||
-rw-r--r-- | x11/xinput/distinfo | 2 | ||||
-rw-r--r-- | x11/xinput/pkg/DESCR | 5 | ||||
-rw-r--r-- | x11/xinput/pkg/PLIST | 2 |
4 files changed, 38 insertions, 0 deletions
diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile new file mode 100644 index 0000000..4b492b1 --- /dev/null +++ b/x11/xinput/Makefile @@ -0,0 +1,29 @@ +COMMENT = Utility to configure and test XInput devices + +DISTNAME = xinput-1.6.4 +CATEGORIES = x11 + +HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/xinput + +MAINTAINER = xenocara@openbsd.org + +# MIT +PERMIT_PACKAGE = Yes + +WANTLIB = X11 Xext Xi Xrandr Xinerama c + +MASTER_SITES = ${MASTER_SITE_XORG:=app/} + +MODULES = xenocara + +BUILD_DEPENDS = devel/xorgproto + +LIB_DEPENDS = x11/libX11 \ + x11/libXi + +SEPARATE_BUILD = Yes +CONFIGURE_STYLE = gnu + +NO_TEST = Yes + +.include <bsd.port.mk> diff --git a/x11/xinput/distinfo b/x11/xinput/distinfo new file mode 100644 index 0000000..8ef1708 --- /dev/null +++ b/x11/xinput/distinfo @@ -0,0 +1,2 @@ +SHA256 (xinput-1.6.4.tar.gz) = ZOJUNK8TCe0KvKHr69A192MbsLwb+sXezv6aqYzK9hE= +SIZE (xinput-1.6.4.tar.gz) = 208172 diff --git a/x11/xinput/pkg/DESCR b/x11/xinput/pkg/DESCR new file mode 100644 index 0000000..a90369b --- /dev/null +++ b/x11/xinput/pkg/DESCR @@ -0,0 +1,5 @@ +xinput is a utility to configure and test XInput devices. It wasn't +originally designed to be the primary tool for doing this but it's +still pretty much the only program out there for doing it. :-) + + diff --git a/x11/xinput/pkg/PLIST b/x11/xinput/pkg/PLIST new file mode 100644 index 0000000..09a651d --- /dev/null +++ b/x11/xinput/pkg/PLIST @@ -0,0 +1,2 @@ +@bin bin/xinput +@man man/man1/xinput.1 |