diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11-drivers/xf86-input-mouse | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-input-mouse')
-rw-r--r-- | x11-drivers/xf86-input-mouse/Makefile | 18 | ||||
-rw-r--r-- | x11-drivers/xf86-input-mouse/distinfo | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-input-mouse/pkg-descr | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-input-mouse/pkg-plist | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-mouse/Makefile b/x11-drivers/xf86-input-mouse/Makefile new file mode 100644 index 000000000000..df7cf282513f --- /dev/null +++ b/x11-drivers/xf86-input-mouse/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xf86-input-mouse +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xf86-input-mouse +PORTVERSION= 1.1.2 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org mouse input driver + +XORG_CAT= driver +MAN4= mousedrv.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-mouse/distinfo b/x11-drivers/xf86-input-mouse/distinfo new file mode 100644 index 000000000000..eebc5df3524b --- /dev/null +++ b/x11-drivers/xf86-input-mouse/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-input-mouse-1.1.2.tar.bz2) = d8bcd9fb1b4efb02acd251495f9a30c1 +SHA256 (xorg/driver/xf86-input-mouse-1.1.2.tar.bz2) = 7d4c2ecbe8f9327f7c8093c05401ab68b22f3343bcf04e4838cc40c21b7f8e0a +SIZE (xorg/driver/xf86-input-mouse-1.1.2.tar.bz2) = 279229 diff --git a/x11-drivers/xf86-input-mouse/pkg-descr b/x11-drivers/xf86-input-mouse/pkg-descr new file mode 100644 index 000000000000..866b4d8ae7e3 --- /dev/null +++ b/x11-drivers/xf86-input-mouse/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-input-mouse driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-input-mouse/pkg-plist b/x11-drivers/xf86-input-mouse/pkg-plist new file mode 100644 index 000000000000..dd465f17a16a --- /dev/null +++ b/x11-drivers/xf86-input-mouse/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/input/mouse_drv.la +lib/xorg/modules/input/mouse_drv.so +@dirrmtry lib/xorg/modules/input +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |