diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-04 07:00:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-04 07:00:30 +0000 |
commit | 6558a4ff734c2df8d6ad549a109037d7ba692a38 (patch) | |
tree | 8dc27960e66b84cdcb998fa5f8e65e7ccbb4bf13 /x11-drivers | |
parent | ae5001a7f58b374df666bf6c6b7fc37ab7585389 (diff) |
Notes
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 |