diff options
-rw-r--r-- | x11-drivers/Makefile | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-input-egalax/Makefile | 21 | ||||
-rw-r--r-- | x11-drivers/xf86-input-egalax/distinfo | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-input-egalax/pkg-descr | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-input-egalax/pkg-plist | 5 |
5 files changed, 34 insertions, 0 deletions
diff --git a/x11-drivers/Makefile b/x11-drivers/Makefile index 89bddf48d6da..45e5690da6f4 100644 --- a/x11-drivers/Makefile +++ b/x11-drivers/Makefile @@ -6,6 +6,7 @@ SUBDIR += input-wacom SUBDIR += xf86-input-acecad SUBDIR += xf86-input-citron + SUBDIR += xf86-input-egalax SUBDIR += xf86-input-elographics SUBDIR += xf86-input-fpit SUBDIR += xf86-input-hyperpen diff --git a/x11-drivers/xf86-input-egalax/Makefile b/x11-drivers/xf86-input-egalax/Makefile new file mode 100644 index 000000000000..e46ec7911aa8 --- /dev/null +++ b/x11-drivers/xf86-input-egalax/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xf86-input-egalax +# Date Created: 2 June 2010 +# Whom: Gleb Smirnoff <glebius@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xf86-input-egalax +PORTVERSION= 0.1 +CATEGORIES= x11-drivers +MASTER_SITES= LOCAL/glebius + +MAINTAINER= glebius@FreeBSD.org +COMMENT= eGalax touch screen input driver for X.Org + +LICENSE= BSD + +XORG_CAT= driver +MAN4= egalax.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-egalax/distinfo b/x11-drivers/xf86-input-egalax/distinfo new file mode 100644 index 000000000000..d865ede5e027 --- /dev/null +++ b/x11-drivers/xf86-input-egalax/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-input-egalax-0.1.tar.bz2) = a8e4368ced52d2f0ea181728e99fa505 +SHA256 (xorg/driver/xf86-input-egalax-0.1.tar.bz2) = 0265f20690d60cc184259632b838d2af28b50cdff4cf6d4562080ba5aa82403d +SIZE (xorg/driver/xf86-input-egalax-0.1.tar.bz2) = 188545 diff --git a/x11-drivers/xf86-input-egalax/pkg-descr b/x11-drivers/xf86-input-egalax/pkg-descr new file mode 100644 index 000000000000..844404b83204 --- /dev/null +++ b/x11-drivers/xf86-input-egalax/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-input-egalax driver. See also uep(4). + +- Gleb Smirnoff +glebius@FreeBSD.org diff --git a/x11-drivers/xf86-input-egalax/pkg-plist b/x11-drivers/xf86-input-egalax/pkg-plist new file mode 100644 index 000000000000..6849aac7ac46 --- /dev/null +++ b/x11-drivers/xf86-input-egalax/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/input/egalax_drv.la +lib/xorg/modules/input/egalax_drv.so +@dirrmtry lib/xorg/modules/input +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |