91f09e7978
Apply the following patch from NetBSD xsrc/external/mit/xf86-input-keyboard; thanks to joerg for providing a list of changes to apply. 2009-02-07 17:33 christos * src/bsd_kbd.c (1.4): Set the version for the keyboard too. From Patrick Welche
25 lines
663 B
Makefile
25 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.9 2009/03/14 11:12:32 apb Exp $
|
|
|
|
DISTNAME= xf86-input-keyboard-1.3.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Modular Xorg keyboard driver
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
.include "../../x11/inputproto/buildlink3.mk"
|
|
.include "../../x11/randrproto/buildlink3.mk"
|
|
.include "../../x11/modular-xorg-server/buildlink3.mk"
|
|
.include "../../x11/kbproto/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|