diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-17 22:03:58 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-17 22:03:58 +0000 |
commit | dbd6d65a2c6097347601c72d8a9dc720e24fb707 (patch) | |
tree | 6c9533c2eda4acb88afa05b2944d23263da80751 /x11/xf86-input-vmmouse | |
parent | c850ff76ec35dd78a7fc20a2e15e6713ce1263e9 (diff) | |
download | pkgsrc-dbd6d65a2c6097347601c72d8a9dc720e24fb707.tar.gz |
Import xf86-input-vmmouse-12.5.0 as x11/xf86-input-vmmouse.
This is the VMware virtual mouse driver for the modular Xorg server.
Diffstat (limited to 'x11/xf86-input-vmmouse')
-rw-r--r-- | x11/xf86-input-vmmouse/DESCR | 1 | ||||
-rw-r--r-- | x11/xf86-input-vmmouse/Makefile | 23 | ||||
-rw-r--r-- | x11/xf86-input-vmmouse/PLIST | 6 | ||||
-rw-r--r-- | x11/xf86-input-vmmouse/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/x11/xf86-input-vmmouse/DESCR b/x11/xf86-input-vmmouse/DESCR new file mode 100644 index 00000000000..e8736201f16 --- /dev/null +++ b/x11/xf86-input-vmmouse/DESCR @@ -0,0 +1 @@ +This is the VMware virtual mouse driver for the modular Xorg server. diff --git a/x11/xf86-input-vmmouse/Makefile b/x11/xf86-input-vmmouse/Makefile new file mode 100644 index 00000000000..22a233966c3 --- /dev/null +++ b/x11/xf86-input-vmmouse/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/05/17 22:03:58 tnn Exp $ + +DISTNAME= xf86-input-vmmouse-12.5.0 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/driver/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +COMMENT= Modular Xorg VMware virtual mouse driver + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LIBTOOL= YES +GNU_CONFIGURE= YES +USE_TOOLS+= pkg-config + +.include "../../x11/randrproto/buildlink3.mk" +.include "../../x11/inputproto/buildlink3.mk" +.include "../../x11/kbproto/buildlink3.mk" +.include "../../x11/xproto/buildlink3.mk" +.include "../../x11/modular-xorg-server/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xf86-input-vmmouse/PLIST b/x11/xf86-input-vmmouse/PLIST new file mode 100644 index 00000000000..27f29460c6b --- /dev/null +++ b/x11/xf86-input-vmmouse/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/05/17 22:03:58 tnn Exp $ +lib/xorg/modules/input/vmmouse_drv.la +man/man4/vmmouse.4 +@dirrm lib/xorg/modules/input +@dirrm lib/xorg/modules +@dirrm lib/xorg diff --git a/x11/xf86-input-vmmouse/distinfo b/x11/xf86-input-vmmouse/distinfo new file mode 100644 index 00000000000..dac3f5e5551 --- /dev/null +++ b/x11/xf86-input-vmmouse/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/05/17 22:03:58 tnn Exp $ + +SHA1 (xf86-input-vmmouse-12.5.0.tar.bz2) = bbf1dd38e5244206f0f31a0da220655a182f4e66 +RMD160 (xf86-input-vmmouse-12.5.0.tar.bz2) = 5b3c0107a366e062916869136a904140c8bb3125 +Size (xf86-input-vmmouse-12.5.0.tar.bz2) = 248679 bytes |