diff options
-rw-r--r-- | x11/xf86-input-void/DESCR | 3 | ||||
-rw-r--r-- | x11/xf86-input-void/Makefile | 22 | ||||
-rw-r--r-- | x11/xf86-input-void/PLIST | 6 | ||||
-rw-r--r-- | x11/xf86-input-void/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/x11/xf86-input-void/DESCR b/x11/xf86-input-void/DESCR new file mode 100644 index 00000000000..5f4b9bcf850 --- /dev/null +++ b/x11/xf86-input-void/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/x11/xf86-input-void/Makefile b/x11/xf86-input-void/Makefile new file mode 100644 index 00000000000..daa6275f8d1 --- /dev/null +++ b/x11/xf86-input-void/Makefile @@ -0,0 +1,22 @@ +# $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" diff --git a/x11/xf86-input-void/PLIST b/x11/xf86-input-void/PLIST new file mode 100644 index 00000000000..51e6b99e455 --- /dev/null +++ b/x11/xf86-input-void/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/20 15:22:41 joerg Exp $ +lib/xorg/modules/input/void_drv.la +man/man4/void.4 +@comment @dirrm lib/xorg/modules/input +@comment @dirrm lib/xorg/modules +@comment @dirrm lib/xorg diff --git a/x11/xf86-input-void/distinfo b/x11/xf86-input-void/distinfo new file mode 100644 index 00000000000..ec508ce32de --- /dev/null +++ b/x11/xf86-input-void/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/03/20 15:22:41 joerg Exp $ + +SHA1 (xf86-input-void-1.1.0.tar.bz2) = 69077dd924cfabf083b86335489bc8069f9659e3 +RMD160 (xf86-input-void-1.1.0.tar.bz2) = 9a05dfbada0c5c5b969e28895e2672544be87cae +Size (xf86-input-void-1.1.0.tar.bz2) = 226456 bytes |