diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-04 15:00:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-04 15:00:30 +0800 |
commit | a2b66c5fc2b6848d00ddb45e56876c72b1ea2fb4 (patch) | |
tree | 7085441960aeac4b281df30363af70f293848a95 /x11-drivers | |
parent | 2df19ab22a3428e042937edf958fe9fe903c2c6c (diff) | |
download | freebsd-ports-gnome-a2b66c5fc2b6848d00ddb45e56876c72b1ea2fb4.tar.gz freebsd-ports-gnome-a2b66c5fc2b6848d00ddb45e56876c72b1ea2fb4.tar.zst freebsd-ports-gnome-a2b66c5fc2b6848d00ddb45e56876c72b1ea2fb4.zip |
This package contains the X.Org xf86-input-vmmouse driver.
PR: ports/112805
Submitted by: NIIMI Satoshi <sa2c at sa2c.net>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/Makefile | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-input-vmmouse/Makefile | 18 | ||||
-rw-r--r-- | x11-drivers/xf86-input-vmmouse/distinfo | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-input-vmmouse/pkg-descr | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-vmmouse/pkg-plist | 5 |
5 files changed, 29 insertions, 0 deletions
diff --git a/x11-drivers/Makefile b/x11-drivers/Makefile index 5de32c85ddfb..96aaec31dcfd 100644 --- a/x11-drivers/Makefile +++ b/x11-drivers/Makefile @@ -26,6 +26,7 @@ SUBDIR += xf86-input-spaceorb SUBDIR += xf86-input-summa SUBDIR += xf86-input-tek4957 + SUBDIR += xf86-input-vmmouse SUBDIR += xf86-input-void SUBDIR += xf86-video-apm SUBDIR += xf86-video-ark diff --git a/x11-drivers/xf86-input-vmmouse/Makefile b/x11-drivers/xf86-input-vmmouse/Makefile new file mode 100644 index 000000000000..8753480ea69e --- /dev/null +++ b/x11-drivers/xf86-input-vmmouse/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xf86-input-vmmouse +# Date Created: 17 Feb 2006 +# Whom: NIIMI Satoshi <sa2c@sa2c.net> +# +# $FreeBSD$ +# + +PORTNAME= xf86-input-vmmouse +PORTVERSION= 12.4.0 +CATEGORIES= x11-drivers + +MAINTAINER= sa2c@sa2c.net +COMMENT= X.Org vmmouse input driver + +XORG_CAT= driver +MAN4= vmmouse.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-vmmouse/distinfo b/x11-drivers/xf86-input-vmmouse/distinfo new file mode 100644 index 000000000000..62c948dae09e --- /dev/null +++ b/x11-drivers/xf86-input-vmmouse/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-input-vmmouse-12.4.0.tar.bz2) = 313e403e56702f6c38d1a5c830b60dc2 +SHA256 (xorg/driver/xf86-input-vmmouse-12.4.0.tar.bz2) = 383e0973aad0e96812fc019cb579abaf016f97427fc07466b150fe15739ba63c +SIZE (xorg/driver/xf86-input-vmmouse-12.4.0.tar.bz2) = 240927 diff --git a/x11-drivers/xf86-input-vmmouse/pkg-descr b/x11-drivers/xf86-input-vmmouse/pkg-descr new file mode 100644 index 000000000000..f9794909dc21 --- /dev/null +++ b/x11-drivers/xf86-input-vmmouse/pkg-descr @@ -0,0 +1,2 @@ +This package contains the X.Org xf86-input-vmmouse driver. + diff --git a/x11-drivers/xf86-input-vmmouse/pkg-plist b/x11-drivers/xf86-input-vmmouse/pkg-plist new file mode 100644 index 000000000000..2a9d937472a8 --- /dev/null +++ b/x11-drivers/xf86-input-vmmouse/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/input/vmmouse_drv.la +lib/xorg/modules/input/vmmouse_drv.so +@dirrmtry lib/xorg/modules/input +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |