diff options
author | markus <markus@FreeBSD.org> | 2006-03-20 00:11:46 +0000 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2006-03-20 00:11:46 +0000 |
commit | a43ac5cd0d119bdb884a56ce14bf70c2bb88b18e (patch) | |
tree | ee019c8e09ddb7bed053186fb460133bd5dfdebd /x11/libsynaptics | |
parent | 88073fcdc883895989da3561c0e2316aeab877d9 (diff) | |
download | FreeBSD-ports-a43ac5cd0d119bdb884a56ce14bf70c2bb88b18e.zip FreeBSD-ports-a43ac5cd0d119bdb884a56ce14bf70c2bb88b18e.tar.gz |
Add libsynaptics 0.14.4d, a library to access the Xorg/XFree86 Synaptics
TouchPad Driver.
Programs that want to access the touchpad should make use of this
library and will thereby not interfere with each other. Available parameters
can be read and written and the version of the installed driver can be
determined.
WWW: http://qsynaptics.sourceforge.net/
Diffstat (limited to 'x11/libsynaptics')
-rw-r--r-- | x11/libsynaptics/Makefile | 24 | ||||
-rw-r--r-- | x11/libsynaptics/distinfo | 3 | ||||
-rw-r--r-- | x11/libsynaptics/pkg-descr | 7 | ||||
-rw-r--r-- | x11/libsynaptics/pkg-plist | 12 |
4 files changed, 46 insertions, 0 deletions
diff --git a/x11/libsynaptics/Makefile b/x11/libsynaptics/Makefile new file mode 100644 index 0000000..470b3105 --- /dev/null +++ b/x11/libsynaptics/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: libsynaptics +# Date created: Sun Mar 19 21:20:25 CET 2006 +# Whom: Markus Brueffer <markus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libsynaptics +PORTVERSION= 0.14.4d +CATEGORIES= x11 +MASTER_SITES= http://qsynaptics.sourceforge.net/ + +MAINTAINER= markus@FreeBSD.org +COMMENT= Library to access the Xorg/XFree86 Synaptics TouchPad Driver + +USE_BZIP2= yes +USE_X_PREFIX= yes +INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes + +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +.include <bsd.port.mk> diff --git a/x11/libsynaptics/distinfo b/x11/libsynaptics/distinfo new file mode 100644 index 0000000..8afaf5e --- /dev/null +++ b/x11/libsynaptics/distinfo @@ -0,0 +1,3 @@ +MD5 (libsynaptics-0.14.4d.tar.bz2) = 1df76861480200343d7de52237e54249 +SHA256 (libsynaptics-0.14.4d.tar.bz2) = b2b7088d58fabba1d8a1be2ab21b8c8290cf91342e2d66bfe8d7ee09a299fe9d +SIZE (libsynaptics-0.14.4d.tar.bz2) = 218980 diff --git a/x11/libsynaptics/pkg-descr b/x11/libsynaptics/pkg-descr new file mode 100644 index 0000000..10d750a --- /dev/null +++ b/x11/libsynaptics/pkg-descr @@ -0,0 +1,7 @@ +libsynaptics is a library to access the Xorg/XFree86 Synaptics TouchPad +Driver. Programs that want to access the touchpad should make use of this +library and will thereby not interfere with each other. Available parameters +can be read and written and the version of the installed driver can be +determined. + +WWW: http://qsynaptics.sourceforge.net/ diff --git a/x11/libsynaptics/pkg-plist b/x11/libsynaptics/pkg-plist new file mode 100644 index 0000000..324b447 --- /dev/null +++ b/x11/libsynaptics/pkg-plist @@ -0,0 +1,12 @@ +include/synaptics/Shm_0_14_4 +include/synaptics/pad.h +include/synaptics/synaptics.h +include/synaptics/syndebug.h +include/synaptics/synparams.h +include/synaptics/synshm.h +include/synaptics/version.h +lib/libsynaptics.a +lib/libsynaptics.la +lib/libsynaptics.so +lib/libsynaptics.so.0 +@dirrm include/synaptics |