COMMENT = input driver for the X mouse DISTNAME = xf86-input-mouse-1.9.3 CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/driver/xf86-input-mouse MAINTAINER = xenocara@openbsd.org # MIT PERMIT_PACKAGE = Yes MASTER_SITES = ${MASTER_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 post-fake: cd ${FAKEDIR}${X11BASE}/man/man4 ; ln -sf mousedrv.4 mouse.4 ; \ chown -h ${MANOWN}:${MANGRP} mouse.4 .include