pkgsrc/x11/xf86-input-void/Makefile
joerg 52e78b050e Import xf86-input-void-1.1.0 from modular Xorg.
This is a dummy input device for the modular Xorg server. It never
delivers any events, but can be usedas  pointer and keyboard device to
run the Xorg server without real core devices.
2007-03-20 15:22:41 +00:00

22 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/03/20 15:22:41 joerg Exp $
DISTNAME= xf86-input-void-1.1.0
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/driver/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
COMMENT= Modular Xorg dummy input driver
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
USE_TOOLS+= pkg-config
.include "../../x11/inputproto/buildlink3.mk"
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../x11/randrproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"