summaryrefslogtreecommitdiffstats
path: root/x11/xinput/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-02-09 02:23:42 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-02-09 02:23:42 +0800
commiteea0b19d8169dde771efa3c783a1b604e919e4a5 (patch)
tree7931621567a603fc58d5c822d61e791d9bff0923 /x11/xinput/Makefile
parent013b300602560aa3acdd864c78b035c906ecf9d0 (diff)
downloadxorg-devel-ports-eea0b19d8169dde771efa3c783a1b604e919e4a5.tar
xorg-devel-ports-eea0b19d8169dde771efa3c783a1b604e919e4a5.tar.gz
xorg-devel-ports-eea0b19d8169dde771efa3c783a1b604e919e4a5.tar.bz2
xorg-devel-ports-eea0b19d8169dde771efa3c783a1b604e919e4a5.tar.lz
xorg-devel-ports-eea0b19d8169dde771efa3c783a1b604e919e4a5.tar.xz
xorg-devel-ports-eea0b19d8169dde771efa3c783a1b604e919e4a5.tar.zst
xorg-devel-ports-eea0b19d8169dde771efa3c783a1b604e919e4a5.zip
Update the following to RC versions for Xorg-server 1.12.
inputproto 2.1.99.5 xinput 1.5.99.1 libX11 1.4.99.1 libXi 1.5.99.2 git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@412 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11/xinput/Makefile')
-rw-r--r--x11/xinput/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile
new file mode 100644
index 0000000..f6d0ca4
--- /dev/null
+++ b/x11/xinput/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xinput
+# Date created: 05 July 2003
+# Whom: Martin Ranne <gasp@ridcully.dnsalias.org>
+#
+# $FreeBSD: ports/x11/xinput/Makefile,v 1.10 2012/01/07 04:41:15 eadler Exp $
+#
+
+PORTNAME= xinput
+PORTVERSION= 1.5.99.1
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Very useful utility for configuring and testing XInput devices
+
+XORG_CAT= app
+USE_XORG= inputproto x11 xi xext xrandr xinerama
+
+PLIST_FILES= bin/xinput
+
+MAN1= xinput.1
+
+.include <bsd.port.mk>