diff options
-rw-r--r-- | x11-drivers/Makefile | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-input-egalax/Makefile | 31 | ||||
-rw-r--r-- | x11-drivers/xf86-input-egalax/distinfo | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-egalax/pkg-descr | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-input-egalax/pkg-plist | 5 |
5 files changed, 40 insertions, 0 deletions
diff --git a/x11-drivers/Makefile b/x11-drivers/Makefile index b4da56f9f34a..780ec9b2cbd7 100644 --- a/x11-drivers/Makefile +++ b/x11-drivers/Makefile @@ -4,6 +4,7 @@ COMMENT = X11 drivers SUBDIR += xf86-input-acecad + 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..aed6fae68fd2 --- /dev/null +++ b/x11-drivers/xf86-input-egalax/Makefile @@ -0,0 +1,31 @@ +# Created by: Gleb Smirnoff <glebius@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= xf86-input-egalax +PORTVERSION= 0.3 +CATEGORIES= x11-drivers + +MAINTAINER= glebius@FreeBSD.org +COMMENT= eGalax touch screen input driver for X.Org + +USE_GITHUB= yes +GH_ACCOUNT= glebius +GH_PROJECT= ${PORTNAME} +GH_COMMIT= 7f1e4ac +GH_TAGNAME= ${GH_COMMIT} +DIST_SUBDIR= xorg/driver + +LICENSE= BSD2CLAUSE + +GNU_CONFIGURE= yes +USES= libtool pkgconfig +USE_AUTOTOOLS= autoconf automake +USE_XORG= xorg-server xproto xi inputproto xf86driproto glproto \ + resourceproto +CONFIGURE_ENV= DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4' +INSTALL_TARGET= install-strip + +pre-configure: + (cd ${WRKSRC} && /bin/sh ./autogen.sh) + +.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..bee80f31021c --- /dev/null +++ b/x11-drivers/xf86-input-egalax/distinfo @@ -0,0 +1,2 @@ +SHA256 (xorg/driver/xf86-input-egalax-0.3.tar.gz) = 00ac3d304afe89ffc7721408058cdce0601f8c2c35b22ef491b0f3cae1400953 +SIZE (xorg/driver/xf86-input-egalax-0.3.tar.gz) = 6703 diff --git a/x11-drivers/xf86-input-egalax/pkg-descr b/x11-drivers/xf86-input-egalax/pkg-descr new file mode 100644 index 000000000000..731bf6e2e577 --- /dev/null +++ b/x11-drivers/xf86-input-egalax/pkg-descr @@ -0,0 +1 @@ +This package contains the X.Org xf86-input-egalax driver. See also uep(4). diff --git a/x11-drivers/xf86-input-egalax/pkg-plist b/x11-drivers/xf86-input-egalax/pkg-plist new file mode 100644 index 000000000000..63a9d8d933ed --- /dev/null +++ b/x11-drivers/xf86-input-egalax/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/input/egalax_drv.so +man/man4/egalax.4x.gz +@dirrmtry lib/xorg/modules/input +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |