aboutsummaryrefslogtreecommitdiff
path: root/x11/xsetpointer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xsetpointer/Makefile')
-rw-r--r--x11/xsetpointer/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/xsetpointer/Makefile b/x11/xsetpointer/Makefile
new file mode 100644
index 000000000000..0f73574a928b
--- /dev/null
+++ b/x11/xsetpointer/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xsetpointer
+# Date Created: 17 Feb 2006
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xsetpointer
+PORTVERSION= 1.0.0
+CATEGORIES= x11
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Set an X Input device as the main pointer
+
+XORG_CAT= app
+USE_XORG= xi x11
+
+PLIST_FILES= bin/xsetpointer
+
+MAN1= xsetpointer.1
+
+.include <bsd.port.mk>