6e0bad7e9f
Adam Jackson (2): Adapt to removal of xf86GetOS bsd: Don't try to use SIGIO for input ABI >= 23 Emil Velikov (1): autogen.sh: use quoted string variables Matt Turner (1): xf86-input-mouse 1.9.3 Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
21 lines
525 B
Makefile
21 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.30 2018/06/19 07:12:45 wiz Exp $
|
|
|
|
DISTNAME= xf86-input-mouse-1.9.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg mouse driver
|
|
LICENSE= mit
|
|
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV.SunOS+= DRIVER_MAN_SUFFIX=4
|
|
|
|
.include "../../x11/xorgproto/buildlink3.mk"
|
|
.include "../../x11/modular-xorg-server/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|